Predicate nullCheckExpr
Holds if var
is null when checkExpr
evaluates to a true value.
Import path
import cpp
predicate nullCheckExpr(Expr checkExpr, Variable var)
Holds if var
is null when checkExpr
evaluates to a true value.
import cpp
predicate nullCheckExpr(Expr checkExpr, Variable var)