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

Predicate signature Make::LogicInputSig::additionalImpliesStep

Holds if the assumption that g1 has been evaluated to v1 implies that g2 has been evaluated to v2, that is, the evaluation of g2 to v2 dominates the evaluation of g1 to v1.

signature predicate additionalImpliesStep(PreGuard g1, GuardValue v1, PreGuard g2, GuardValue v2)