Searched defs:binop (Results 1 – 2 of 2) sorted by relevance
233 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() function
83 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local