Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp149 bool needsNullPtrComparison(const Expr *E) { in needsNullPtrComparison() function
216 if (needsNullPtrComparison(UnOp->getSubExpr())) in replacementExpression()
226 if (needsNullPtrComparison(E)) in replacementExpression()
256 if (needsNullPtrComparison(E)) in replacementExpression()
267 if (needsNullPtrComparison(UnOp->getSubExpr())) in replacementExpression()
275 if (needsNullPtrComparison(E)) in replacementExpression()