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

Method Switch

highlevelilinstruction.cpp:2574–2578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2572
2573
2574ExprId HighLevelILFunction::Switch(
2575 ExprId condition, ExprId defaultExpr, const vector<ExprId>& cases, const ILSourceLocation& loc)
2576{
2577 return AddExprWithLocation(HLIL_SWITCH, loc, 0, condition, defaultExpr, cases.size(), AddOperandList(cases));
2578}
2579
2580
2581ExprId HighLevelILFunction::Case(const vector<ExprId>& values, ExprId expr, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected