Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp134 bool isIntZeroExpr(const Expr *E) const { in isIntZeroExpr() function in __anonc8fb035b0211::CheckOverflowOps
233 if (!isIntZeroExpr(lhs) && !isIntZeroExpr(rhs)) { in VisitBinaryOperator()