Home
last modified time | relevance | path

Searched refs:new_exp_1 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Dplural.y60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
114 new_exp_1 (op, right) in new_exp_1() function
212 $$ = new_exp_1 (lnot, $2);
Dplural.c81 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
135 new_exp_1 (op, right) in new_exp_1() function
1082 yyval.exp = new_exp_1 (lnot, yyvsp[0].exp); in yyparse()