Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp35 struct MallocOverflowCheck { struct
36 const BinaryOperator *mulop;
37 const Expr *variable;
38 APSInt maxVal;
40 MallocOverflowCheck(const BinaryOperator *m, const Expr *v, APSInt val) in MallocOverflowCheck() argument
162 auto PredTrue = [](const MallocOverflowCheck &) { return true; }; in CheckExpr()