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

Method Case

highlevelilinstruction.cpp:2581–2584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2579
2580
2581ExprId HighLevelILFunction::Case(const vector<ExprId>& values, ExprId expr, const ILSourceLocation& loc)
2582{
2583 return AddExprWithLocation(HLIL_CASE, loc, 0, values.size(), AddOperandList(values), expr);
2584}
2585
2586
2587ExprId HighLevelILFunction::Break(const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected