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

Member predicate IRGuardCondition::ensuresEq

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

predicate ensuresEq(Operand op, int k, IRBlock block, boolean areEqual)