Lines Matching refs:yytype
799 yy_symbol_value_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument
802 yy_symbol_value_print(yyoutput, yytype, yyvaluep) in yy_symbol_value_print()
804 int yytype;
812 if (yytype < YYNTOKENS) {
813 YYPRINT(yyoutput, yytoknum[yytype], *yyvaluep);
818 switch (yytype) {
832 yy_symbol_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument
835 yy_symbol_print(yyoutput, yytype, yyvaluep) in yy_symbol_print()
837 int yytype;
841 if (yytype < YYNTOKENS) {
842 YYFPRINTF(yyoutput, "token %s (", yytname[yytype]);
844 YYFPRINTF(yyoutput, "nterm %s (", yytname[yytype]);
847 yy_symbol_value_print(yyoutput, yytype, yyvaluep);
1067 int yytype = YYTRANSLATE(yychar); in yysyntax_error() local
1068 YYSIZE_T yysize0 = yytnamerr(0, yytname[yytype]); in yysyntax_error()
1105 yyarg[0] = yytname[yytype]; in yysyntax_error()
1164 yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument
1167 yydestruct(yymsg, yytype, yyvaluep) in yydestruct()
1169 int yytype;
1178 YY_SYMBOL_PRINT(yymsg, yytype, yyvaluep, yylocationp);
1180 switch (yytype) {