Searched refs:new_exp_1 (Results 1 – 2 of 2) sorted by relevance
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,114 new_exp_1 (op, right) in new_exp_1() function212 $$ = new_exp_1 (lnot, $2);
81 static inline struct expression *new_exp_1 PARAMS ((enum operator op,135 new_exp_1 (op, right) in new_exp_1() function1082 yyval.exp = new_exp_1 (lnot, yyvsp[0].exp); in yyparse()