Home
last modified time | relevance | path

Searched refs:yyo (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dc.m4526 [[FILE *yyo], [yyo]],
532 FILE *yyoutput = yyo;
540 YYPRINT (yyo, yytoknum[yytype], *yyvaluep);
553 [[FILE *yyo], [yyo]],
559 YYFPRINTF (yyo, "%s %s (",
562 ]b4_locations_if([ YY_LOCATION_PRINT (yyo, *yylocationp);
563 YYFPRINTF (yyo, ": ");
565 [ yy_symbol_value_print (yyo, yytype, yyvaluep]dnl
567 YYFPRINTF (yyo, ")");
833 [[FILE *yyo], [yyo]],
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp621 static void yy_symbol_value_print(FILE *yyo, in yy_symbol_value_print() argument
626 FILE *yyoutput = yyo; in yy_symbol_value_print()
633 YYPRINT(yyo, yytoknum[yytype], *yyvaluep); in yy_symbol_value_print()
642 static void yy_symbol_print(FILE *yyo, int yytype, YYSTYPE const *const yyvaluep, Context *context) in yy_symbol_print() argument
644 YYFPRINTF(yyo, "%s %s (", yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); in yy_symbol_print()
646 yy_symbol_value_print(yyo, yytype, yyvaluep, context); in yy_symbol_print()
647 YYFPRINTF(yyo, ")"); in yy_symbol_print()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.cpp1679 static int yy_location_print_(FILE *yyo, YYLTYPE const *const yylocp) in yy_location_print_() argument
1685 res += YYFPRINTF(yyo, "%d", yylocp->first_line); in yy_location_print_()
1687 res += YYFPRINTF(yyo, ".%d", yylocp->first_column); in yy_location_print_()
1693 res += YYFPRINTF(yyo, "-%d", yylocp->last_line); in yy_location_print_()
1695 res += YYFPRINTF(yyo, ".%d", end_col); in yy_location_print_()
1698 res += YYFPRINTF(yyo, "-%d", end_col); in yy_location_print_()
1725 static void yy_symbol_value_print(FILE *yyo, in yy_symbol_value_print() argument
1732 FILE *yyoutput = yyo; in yy_symbol_value_print()
1741 YYPRINT(yyo, yytoknum[yytype], *yyvaluep); in yy_symbol_value_print()
1750 static void yy_symbol_print(FILE *yyo, in yy_symbol_print() argument
[all …]
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c1499 yy_symbol_value_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, void *scanner, graph_… in yy_symbol_value_print() argument
1501 FILE *yyoutput = yyo; in yy_symbol_value_print()
1509 YYPRINT (yyo, yytoknum[yytype], *yyvaluep); in yy_symbol_value_print()
1522 yy_symbol_print (FILE *yyo, int yytype, YYSTYPE const * const yyvaluep, void *scanner, graph_t *gra… in yy_symbol_print() argument
1524 YYFPRINTF (yyo, "%s %s (", in yy_symbol_print()
1527 yy_symbol_value_print (yyo, yytype, yyvaluep, scanner, graph); in yy_symbol_print()
1528 YYFPRINTF (yyo, ")"); in yy_symbol_print()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab.cpp1827 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) in yy_location_print_() argument
1833 res += YYFPRINTF (yyo, "%d", yylocp->first_line); in yy_location_print_()
1835 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_()
1841 res += YYFPRINTF (yyo, "-%d", yylocp->last_line); in yy_location_print_()
1843 res += YYFPRINTF (yyo, ".%d", end_col); in yy_location_print_()
1846 res += YYFPRINTF (yyo, "-%d", end_col); in yy_location_print_()
1879 FILE *yyo = yyoutput; in yy_symbol_value_print() local
1880 YYUSE (yyo); in yy_symbol_value_print()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1681 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) in yy_location_print_() argument
1687 res += YYFPRINTF (yyo, "%d", yylocp->first_line); in yy_location_print_()
1689 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_()
1695 res += YYFPRINTF (yyo, "-%d", yylocp->last_line); in yy_location_print_()
1697 res += YYFPRINTF (yyo, ".%d", end_col); in yy_location_print_()
1700 res += YYFPRINTF (yyo, "-%d", end_col); in yy_location_print_()
1733 FILE *yyo = yyoutput; in yy_symbol_value_print() local
1734 YYUSE (yyo); in yy_symbol_value_print()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp737 FILE *yyo = yyoutput; in yy_symbol_value_print() local
738 YYUSE (yyo); in yy_symbol_value_print()
/third_party/gettext/gettext-runtime/intl/
Dplural.c738 FILE *yyo = yyoutput; in yy_symbol_value_print() local
739 YYUSE (yyo); in yy_symbol_value_print()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DExpressionParser.cpp626 FILE *yyo = yyoutput; in yy_symbol_value_print() local
627 YYUSE(yyo); in yy_symbol_value_print()
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp3619 FILE *yyo = yyoutput; in yy_symbol_value_print() local
3620 YYUSE (yyo); in yy_symbol_value_print()