MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetExprList

Method GetExprList

highlevelilinstruction.cpp:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573
574
575HighLevelILInstructionList HighLevelILOperand::GetExprList() const
576{
577 if (m_type != ExprListHighLevelOperand)
578 throw HighLevelILInstructionAccessException();
579 return m_instr.GetRawOperandAsExprList(m_operandIndex);
580}
581
582
583HighLevelILSSAVariableList HighLevelILOperand::GetSSAVariableList() const

Callers

nothing calls this directly

Tested by

no test coverage detected