Lines Matching refs:yytype
876 yy_symbol_value_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument
879 yy_symbol_value_print(yyoutput, yytype, yyvaluep) in yy_symbol_value_print()
881 int yytype;
889 if (yytype < YYNTOKENS) {
890 YYPRINT(yyoutput, yytoknum[yytype], *yyvaluep);
895 switch (yytype) {
909 yy_symbol_print(FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument
912 yy_symbol_print(yyoutput, yytype, yyvaluep) in yy_symbol_print()
914 int yytype;
918 if (yytype < YYNTOKENS) {
919 YYFPRINTF(yyoutput, "token %s (", yytname[yytype]);
921 YYFPRINTF(yyoutput, "nterm %s (", yytname[yytype]);
924 yy_symbol_value_print(yyoutput, yytype, yyvaluep);
1144 int yytype = YYTRANSLATE(yychar); in yysyntax_error() local
1145 YYSIZE_T yysize0 = yytnamerr(0, yytname[yytype]); in yysyntax_error()
1182 yyarg[0] = yytname[yytype]; in yysyntax_error()
1241 yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument
1244 yydestruct(yymsg, yytype, yyvaluep) in yydestruct()
1246 int yytype;
1255 YY_SYMBOL_PRINT(yymsg, yytype, yyvaluep, yylocationp);
1257 switch (yytype) {