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

Predicate signature Make::DataFlowIntegration::WithState::guardChecksDefSig

Holds if the guard g validates the SSA definition def upon evaluating to val, blocking flow in the given state.

Import path

import codeql.ssa.Ssa
signature predicate guardChecksDefSig(Guard g, Definition def, GuardValue val, State state)