Searched defs:MallocOverflowCheck (Results 1 – 1 of 1) sorted by relevance
35 struct MallocOverflowCheck { struct36 const BinaryOperator *mulop;37 const Expr *variable;38 APSInt maxVal;40 MallocOverflowCheck(const BinaryOperator *m, const Expr *v, APSInt val) in MallocOverflowCheck() argument162 auto PredTrue = [](const MallocOverflowCheck &) { return true; }; in CheckExpr()