Searched defs:MallocOverflowCheck (Results 1 – 1 of 1) sorted by relevance
34 struct MallocOverflowCheck { struct35 const CallExpr *call;36 const BinaryOperator *mulop;37 const Expr *variable;38 APSInt maxVal;40 MallocOverflowCheck(const CallExpr *call, const BinaryOperator *m, in MallocOverflowCheck() argument