Lines Matching refs:yyo
1269 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp)
1275 res += YYFPRINTF (yyo, "%d", yylocp->first_line);
1277 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
1283 res += YYFPRINTF (yyo, "-%d", yylocp->last_line);
1285 res += YYFPRINTF (yyo, ".%d", end_col);
1288 res += YYFPRINTF (yyo, "-%d", end_col);
1319 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct asm_parser_state *state)
1321 FILE *yyoutput = yyo;
1329 YYPRINT (yyo, yytoknum[yytype], *yyvaluep);
1340 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct asm_parser_state *state)
1342 YYFPRINTF (yyo, "%s %s (",
1345 YY_LOCATION_PRINT (yyo, *yylocationp);
1346 YYFPRINTF (yyo, ": ");
1347 yy_symbol_value_print (yyo, yytype, yyvaluep, yylocationp, state);
1348 YYFPRINTF (yyo, ")");