Home
last modified time | relevance | path

Searched refs:needsNullPtrComparison (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp106 static bool needsNullPtrComparison(const Expr *E) { in needsNullPtrComparison() function
172 if (needsNullPtrComparison(UnOp->getSubExpr())) in replacementExpression()
182 if (needsNullPtrComparison(E)) in replacementExpression()
212 if (needsNullPtrComparison(E)) in replacementExpression()
223 if (needsNullPtrComparison(UnOp->getSubExpr())) in replacementExpression()
231 if (needsNullPtrComparison(E)) in replacementExpression()