Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp133 bool isIntZeroExpr(const Expr *E) const { in isIntZeroExpr() function in __anon5f420dd70211::CheckOverflowOps
234 if (!isIntZeroExpr(lhs) && !isIntZeroExpr(rhs)) { in VisitBinaryOperator()