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