Home
last modified time | relevance | path

Searched refs:new_exp_3 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/intl/
H A Dplural.y65 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
138 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() function
184 $$ = new_exp_3 (qmop, $1, $3, $5);
H A Dplural.c86 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
159 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() function
1040 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp); in yyparse()
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.y69 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
142 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() function
188 $$ = new_exp_3 (qmop, $1, $3, $5);
H A Dplural.c87 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
160 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() function
859 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp); in yyparse()
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dplural.y117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() function
160 $$ = new_exp_3 (qmop, $1, $3, $5);
H A Dplural.c138 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() function
1016 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp); in yyparse()