Home
last modified time | relevance | path

Searched defs:MallocOverflowCheck (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp34 struct MallocOverflowCheck { struct
35 const BinaryOperator *mulop;
36 const Expr *variable;
37 APSInt maxVal;
39 MallocOverflowCheck(const BinaryOperator *m, const Expr *v, APSInt val) in MallocOverflowCheck() argument
161 auto PredTrue = [](const MallocOverflowCheck &) { return true; }; in CheckExpr()