Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ size
Method
size
highlevelilinstruction.cpp:304–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
303
304
size_t HighLevelILIntegerList::size() const
305
{
306
return m_start.count;
307
}
308
309
310
uint64_t HighLevelILIntegerList::operator[](size_t i) const
Callers
15
GetOperandIndexForOperandUsages
Function · 0.45
UpdateRawOperandAsExprList
Method · 0.45
UpdateRawOperandAsSSAVariableList
Method · 0.45
VisitExprs
Method · 0.45
CompareExprList
Function · 0.45
operator<
Method · 0.45
Block
Method · 0.45
Switch
Method · 0.45
Case
Method · 0.45
Return
Method · 0.45
AssignUnpack
Method · 0.45
AssignUnpackMemSSA
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected