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

Method operator*

highlevelilinstruction.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271
272uint64_t HighLevelILIntegerList::ListIterator::operator*()
273{
274 return instr.operands[operand];
275}
276
277
278HighLevelILIntegerList::HighLevelILIntegerList(

Callers

nothing calls this directly

Calls 9

HighLevelILOperandClass · 0.85
GetRawNonASTExprMethod · 0.80
findMethod · 0.80
SSAVariableClass · 0.70
GetFunctionMethod · 0.45
GetRawExprMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected