Searched refs:exp_op (Results 1 – 1 of 1) sorted by relevance
242 struct expr *exp_op, *exp1, *exp2, *exp3; in reduce() local255 exp_op = stack_pop(stk, exp1, NULL); in reduce()256 if (!exp_op) in reduce()258 tmp_flag = exp_op->flag; in reduce()259 oop = exp_op->op; in reduce()260 freeexpr(exp_op); in reduce()269 exp_op = stack_pop(stk, exp2, NULL); in reduce()270 if (!exp_op) in reduce()272 exp1 = stack_pop(stk, exp_op, exp2); in reduce()276 oop = exp_op->op; in reduce()[all …]