Home | History | Annotate | Download | only in glsl

Lines Matching defs:yyoutput

2072 | Print this symbol on YYOUTPUT.  |
2079 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2082 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, state)
2083 FILE *yyoutput;
2096 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
2098 YYUSE (yyoutput);
2109 | Print this symbol on YYOUTPUT. |
2115 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2118 yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp, state)
2119 FILE *yyoutput;
2127 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
2129 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
2131 YY_LOCATION_PRINT (yyoutput, *yylocationp);
2132 YYFPRINTF (yyoutput, ": ");
2133 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, state);
2134 YYFPRINTF (yyoutput, ")");