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

Method For

highlevelilinstruction.cpp:2560–2564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2558
2559
2560ExprId HighLevelILFunction::For(
2561 ExprId initExpr, ExprId condition, ExprId updateExpr, ExprId loopExpr, const ILSourceLocation& loc)
2562{
2563 return AddExprWithLocation(HLIL_FOR, loc, 0, initExpr, condition, updateExpr, loopExpr);
2564}
2565
2566
2567ExprId HighLevelILFunction::ForSSA(ExprId initExpr, ExprId conditionPhi, ExprId condition, ExprId updateExpr,

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected