Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/intl/
Dplural.y59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
107 new_exp_0 (op) in new_exp_0() function
216 $$ = new_exp_0 (var);
220 if (($$ = new_exp_0 (num)) != NULL)
Dplural.c80 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
128 new_exp_0 (op) in new_exp_0() function
1088 yyval.exp = new_exp_0 (var); in yyparse()
1094 if ((yyval.exp = new_exp_0 (num)) != NULL) in yyparse()