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

Member predicate GuardCondition::ensuresEq

Holds if (determined by this guard) e == k must be areEqual in block. If areEqual = false then this implies e != k.

predicate ensuresEq(Expr e, int k, BasicBlock block, boolean areEqual)