Searched refs:new_exp_0 (Results 1 – 2 of 2) sorted by relevance
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));107 new_exp_0 (op) in new_exp_0() function216 $$ = new_exp_0 (var);220 if (($$ = new_exp_0 (num)) != NULL)
80 static inline struct expression *new_exp_0 PARAMS ((enum operator op));128 new_exp_0 (op) in new_exp_0() function1088 yyval.exp = new_exp_0 (var); in yyparse()1094 if ((yyval.exp = new_exp_0 (num)) != NULL) in yyparse()