Searched defs:MallocOverflowCheck (Results 1 – 1 of 1) sorted by relevance
32 struct MallocOverflowCheck { struct33 const BinaryOperator *mulop;34 const Expr *variable;36 MallocOverflowCheck (const BinaryOperator *m, const Expr *v) in MallocOverflowCheck() function