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

Member predicate IRGuardCondition::controlsEdge

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

predicate controlsEdge(IRBlock pred, IRBlock succ, boolean testIsTrue)