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

Member predicate ExprEvaluator::ignoreVariableAssignment

When evaluating a syntactic subexpression of e, we may ignore the expression value assigned to variable v.

Subclasses may implement this predicate when needed.

predicate ignoreVariableAssignment(Expr e, Variable v, Expr value)