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

Method Assert

highlevelilinstruction.cpp:2692–2695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2690
2691
2692ExprId HighLevelILFunction::Assert(size_t size, const Variable& src, const PossibleValueSet& pvs, const ILSourceLocation& loc)
2693{
2694 return AddExprWithLocation(HLIL_ASSERT, loc, size, src.ToIdentifier(), CachePossibleValueSet(pvs));
2695}
2696
2697
2698ExprId HighLevelILFunction::AssertSSA(size_t size, const SSAVariable& src, const PossibleValueSet& pvs, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected