Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp135 bool isIntZeroExpr(const Expr *E) const { in isIntZeroExpr() function in __anon382feb090211::CheckOverflowOps
231 if (!isIntZeroExpr(lhs) && !isIntZeroExpr(rhs)) { in VisitBinaryOperator()