Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Dplural.c66 #ifndef YYSTYPE
72 # define YYSTYPE yystype macro
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
402 YYSTYPE yyvs;
415 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
419 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
675 YYSTYPE yylval; \
729 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
730 YYSTYPE *yyvs = yyvsa; in yyparse()
731 register YYSTYPE *yyvsp; in yyparse()
[all …]
Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
261 YYSTYPE *lval; in yylex()
/toolchain/binutils/binutils-2.27/gold/
Dscript-c.h222 yylex(YYSTYPE*, void* closure);
Dscript.cc2571 yylex(YYSTYPE* lvalp, void* closurev) in yylex()