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