Searched refs:yyvalue (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse-scan.c | 2076 yysymprint (FILE* yyout, int yytype, YYSTYPE yyvalue) in yysymprint() argument 2078 yysymprint (yyout, yytype, yyvalue) in yysymprint() 2081 YYSTYPE yyvalue; 2085 (void) yyvalue; 2091 YYPRINT (yyout, yytoknum[yytype], yyvalue); 2113 yydestruct (int yytype, YYSTYPE yyvalue) in yydestruct() argument 2115 yydestruct (yytype, yyvalue) in yydestruct() 2117 YYSTYPE yyvalue; 2121 (void) yyvalue;
|
| H A D | parse.c | 3059 yysymprint (FILE* yyout, int yytype, YYSTYPE yyvalue) in yysymprint() argument 3061 yysymprint (yyout, yytype, yyvalue) in yysymprint() 3064 YYSTYPE yyvalue; 3068 (void) yyvalue; 3074 YYPRINT (yyout, yytoknum[yytype], yyvalue); 3096 yydestruct (int yytype, YYSTYPE yyvalue) in yydestruct() argument 3098 yydestruct (yytype, yyvalue) in yydestruct() 3100 YYSTYPE yyvalue; 3104 (void) yyvalue;
|