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