CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Member predicate IRGuardCondition::valueControlsEdge

Holds if the control-flow edge (pred, succ) may be taken only if the value of this condition is v.

predicate valueControlsEdge(IRBlock pred, IRBlock succ, AbstractValue v)