Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp107 static bool needsNullPtrComparison(const Expr *E) { in needsNullPtrComparison() function
173 if (needsNullPtrComparison(UnOp->getSubExpr())) in replacementExpression()
183 if (needsNullPtrComparison(E)) in replacementExpression()
213 if (needsNullPtrComparison(E)) in replacementExpression()
224 if (needsNullPtrComparison(UnOp->getSubExpr())) in replacementExpression()
232 if (needsNullPtrComparison(E)) in replacementExpression()