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

Method AssertSSA

highlevelilinstruction.cpp:2698–2701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2696
2697
2698ExprId HighLevelILFunction::AssertSSA(size_t size, const SSAVariable& src, const PossibleValueSet& pvs, const ILSourceLocation& loc)
2699{
2700 return AddExprWithLocation(HLIL_ASSERT_SSA, loc, size, src.var.ToIdentifier(), src.version, CachePossibleValueSet(pvs));
2701}
2702
2703
2704ExprId HighLevelILFunction::Var(size_t size, const Variable& src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected