Home
last modified time | relevance | path

Searched refs:yytype (Results 1 – 18 of 18) sorted by relevance

/external/bison/data/
Dglr.cc80 [[int yytype], [yytype]],
88 [ yyparser.yy_symbol_print_ (yytype, yyvaluep]b4_locations_if([, yylocationp])[);
161 ]b4_parser_class_name[::yy_symbol_value_print_ (int yytype,
170 switch (yytype)
180 ]b4_parser_class_name[::yy_symbol_print_ (int yytype,
184 *yycdebug_ << (yytype < YYNTOKENS ? "token" : "nterm")
185 << ' ' << yytname[yytype] << " ("
187 yy_symbol_value_print_ (yytype, yyvaluep, yylocationp);
314 virtual void yy_symbol_value_print_ (int yytype,
321 virtual void yy_symbol_print_ (int yytype,
Dlalr1.cc125 virtual void yy_symbol_value_print_ (int yytype,
132 virtual void yy_symbol_print_ (int yytype,
232 int yytype,
413 ]b4_parser_class_name[::yy_symbol_value_print_ (int yytype,
421 switch (yytype)
431 ]b4_parser_class_name[::yy_symbol_print_ (int yytype,
434 *yycdebug_ << (yytype < yyntokens_ ? "token" : "nterm")
435 << ' ' << yytname_[yytype] << " ("
437 yy_symbol_value_print_ (yytype, yyvaluep, yylocationp);
444 int yytype, semantic_type* yyvaluep, location_type* yylocationp)
[all …]
Dc.m4456 [[int yytype], [yytype]],
468 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
470 switch (yytype)
495 [[int yytype], [yytype]],
508 if (yytype < YYNTOKENS)
509 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
513 switch (yytype)
529 [[int yytype], [yytype]],
534 if (yytype < YYNTOKENS)
535 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
[all …]
Dlalr1.java411 private void yy_symbol_print (String s, int yytype,
416 yycdebug (s + (yytype < yyntokens_ ? " token " : " nterm ")
417 + yytname_[yytype] + " ("]b4_locations_if([
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpmu-bison.c672 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct list_head… in yy_symbol_value_print() argument
675 yy_symbol_value_print (yyoutput, yytype, yyvaluep, format, name) in yy_symbol_value_print()
677 int yytype;
688 if (yytype < YYNTOKENS)
689 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
693 switch (yytype)
708 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct list_head *form… in yy_symbol_print() argument
711 yy_symbol_print (yyoutput, yytype, yyvaluep, format, name) in yy_symbol_print()
713 int yytype;
719 if (yytype < YYNTOKENS)
[all …]
Dparse-events-bison.c782 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *_data, voi… in yy_symbol_value_print() argument
785 yy_symbol_value_print (yyoutput, yytype, yyvaluep, _data, scanner) in yy_symbol_value_print()
787 int yytype;
798 if (yytype < YYNTOKENS)
799 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
803 switch (yytype)
818 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *_data, void *sca… in yy_symbol_print() argument
821 yy_symbol_print (yyoutput, yytype, yyvaluep, _data, scanner) in yy_symbol_print()
823 int yytype;
829 if (yytype < YYNTOKENS)
[all …]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp759 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context) in yy_symbol_value_print() argument
762 yy_symbol_value_print (yyoutput, yytype, yyvaluep, context) in yy_symbol_value_print()
764 int yytype;
775 if (yytype < YYNTOKENS)
776 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
780 YYUSE (yytype);
791 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, Context *context) in yy_symbol_print() argument
794 yy_symbol_print (yyoutput, yytype, yyvaluep, context) in yy_symbol_print()
796 int yytype;
801 if (yytype < YYNTOKENS)
[all …]
/external/bison/examples/calc++/
Dcalc++-parser.cc210 calcxx_parser::yy_symbol_value_print_ (int yytype, in yy_symbol_value_print_() argument
218 switch (yytype) in yy_symbol_value_print_()
248 calcxx_parser::yy_symbol_print_ (int yytype, in yy_symbol_print_() argument
251 *yycdebug_ << (yytype < yyntokens_ ? "token" : "nterm") in yy_symbol_print_()
252 << ' ' << yytname_[yytype] << " (" in yy_symbol_print_()
254 yy_symbol_value_print_ (yytype, yyvaluep, yylocationp); in yy_symbol_print_()
261 int yytype, semantic_type* yyvaluep, location_type* yylocationp) in yydestruct_() argument
268 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); in yydestruct_()
270 switch (yytype) in yydestruct_()
Dcalc++-parser.hh146 virtual void yy_symbol_value_print_ (int yytype,
153 virtual void yy_symbol_print_ (int yytype,
253 int yytype,
/external/elfutils/0.153/src/
Dldscript.c927 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument
930 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print()
932 int yytype;
939 if (yytype < YYNTOKENS)
940 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
944 switch (yytype)
959 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument
962 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print()
964 int yytype;
968 if (yytype < YYNTOKENS)
[all …]
/external/bison/src/
Dparse-gram.c1062 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() argument
1065 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp) in yy_symbol_value_print()
1067 int yytype;
1078 if (yytype < YYNTOKENS)
1079 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1083 switch (yytype)
1224 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print() argument
1227 yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp) in yy_symbol_print()
1229 int yytype;
1234 if (yytype < YYNTOKENS)
[all …]
/external/libpcap/
Dgrammar.c1541 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument
1544 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print()
1546 int yytype;
1553 if (yytype < YYNTOKENS)
1554 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1558 switch (yytype)
1573 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument
1576 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print()
1578 int yytype;
1582 if (yytype < YYNTOKENS)
[all …]
/external/elfutils/0.153/libcpu/
Di386_parse.c919 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_value_print() argument
922 yy_symbol_value_print (yyoutput, yytype, yyvaluep) in yy_symbol_value_print()
924 int yytype;
931 if (yytype < YYNTOKENS)
932 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
936 switch (yytype)
951 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) in yy_symbol_print() argument
954 yy_symbol_print (yyoutput, yytype, yyvaluep) in yy_symbol_print()
956 int yytype;
960 if (yytype < YYNTOKENS)
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c1140 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() argument
1143 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, parser) in yy_symbol_value_print()
1145 int yytype;
1156 if (yytype < YYNTOKENS)
1157 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1161 switch (yytype)
1176 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print() argument
1179 yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp, parser) in yy_symbol_print()
1181 int yytype;
1187 if (yytype < YYNTOKENS)
[all …]
Dglsl_parser.cc2245 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() argument
2248 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, state) in yy_symbol_value_print()
2250 int yytype;
2261 if (yytype < YYNTOKENS)
2262 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
2266 switch (yytype)
2281 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print() argument
2284 yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp, state) in yy_symbol_print()
2286 int yytype;
2292 if (yytype < YYNTOKENS)
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c1538 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() argument
1541 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, state) in yy_symbol_value_print()
1543 int yytype;
1554 if (yytype < YYNTOKENS)
1555 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1559 switch (yytype)
1574 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print() argument
1577 yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp, state) in yy_symbol_print()
1579 int yytype;
1585 if (yytype < YYNTOKENS)
[all …]
/external/chromium_org/third_party/angle/src/compiler/translator/
Dglslang_tab.cpp1800 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() argument
1803 yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, context) in yy_symbol_value_print()
1805 int yytype;
1818 if (yytype < YYNTOKENS)
1819 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1823 YYUSE (yytype);
1834 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print() argument
1837 yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp, context) in yy_symbol_print()
1839 int yytype;
1845 if (yytype < YYNTOKENS)
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSGrammar.y107 static inline bool isCSSTokenAString(int yytype) in isCSSTokenAString() argument
109 switch (yytype) { in isCSSTokenAString()