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

Method DoWhileSSA

highlevelilinstruction.cpp:2553–2557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2551
2552
2553ExprId HighLevelILFunction::DoWhileSSA(
2554 ExprId loopExpr, ExprId conditionPhi, ExprId condition, const ILSourceLocation& loc)
2555{
2556 return AddExprWithLocation(HLIL_DO_WHILE_SSA, loc, 0, loopExpr, conditionPhi, condition);
2557}
2558
2559
2560ExprId HighLevelILFunction::For(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected