Searched refs:YY_ (Results 1 - 15 of 15) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-parser.cc65 #ifndef YY_
69 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
72 # ifndef YY_
73 # define YY_(msgid) msgid macro
833 YYCASE_(0, YY_("syntax error"));
834 YYCASE_(1, YY_("syntax error, unexpected %s"));
835 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
836 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
837 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
838 YYCASE_(5, YY_("synta
[all...]
/external/bison/data/
H A Dlalr1.cc290 #ifndef YY_
294 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
297 # ifndef YY_
298 # define YY_(msgid) msgid macro
947 YYCASE_(0, YY_("syntax error"));
948 YYCASE_(1, YY_("syntax error, unexpected %s"));
949 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
950 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
951 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
952 YYCASE_(5, YY_("synta
[all...]
H A Dglr.c237 #ifndef YY_
241 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
244 # ifndef YY_
245 # define YY_(Msgid) Msgid macro
855 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
1730 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous"));
2015 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2095 YYCASE_(0, YY_("syntax error"));
2096 YYCASE_(1, YY_("syntax error, unexpected %s"));
2097 YYCASE_(2, YY_("synta
[all...]
H A Dyacc.c438 #ifndef YY_
442 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
445 # ifndef YY_
446 # define YY_(Msgid) Msgid macro
776 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
1351 YYCASE_(0, YY_("syntax error"));
1352 YYCASE_(1, YY_("syntax error, unexpected %s"));
1353 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1354 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1355 YYCASE_(4, YY_("synta
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c208 #ifndef YY_
212 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
215 # ifndef YY_
216 # define YY_(msgid) msgid macro
587 yyerror (format, name, YY_("syntax error: cannot back up")); \
1020 YYCASE_(0, YY_("syntax error"));
1021 YYCASE_(1, YY_("syntax error, unexpected %s"));
1022 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1023 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1024 YYCASE_(4, YY_("synta
[all...]
H A Dparse-events-bison.c240 #ifndef YY_
244 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
247 # ifndef YY_
248 # define YY_(msgid) msgid macro
697 yyerror (_data, scanner, YY_("syntax error: cannot back up")); \
1130 YYCASE_(0, YY_("syntax error"));
1131 YYCASE_(1, YY_("syntax error, unexpected %s"));
1132 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1133 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1134 YYCASE_(4, YY_("synta
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp255 #ifndef YY_
259 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
262 # ifndef YY_
263 # define YY_(Msgid) Msgid macro
702 yyerror (context, YY_("syntax error: cannot back up")); \
1102 YYCASE_(0, YY_("syntax error"));
1103 YYCASE_(1, YY_("syntax error, unexpected %s"));
1104 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1105 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1106 YYCASE_(4, YY_("synta
[all...]
/external/elfutils/0.153/src/
H A Dldscript.c321 #ifndef YY_
325 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
328 # ifndef YY_
329 # define YY_(msgid) msgid macro
842 yyerror (YY_("syntax error: cannot back up")); \
1267 YYCASE_(0, YY_("syntax error"));
1268 YYCASE_(1, YY_("syntax error, unexpected %s"));
1269 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1270 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1271 YYCASE_(4, YY_("synta
[all...]
/external/bison/src/
H A Dparse-gram.c441 #ifndef YY_
445 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
448 # ifndef YY_
449 # define YY_(Msgid) Msgid macro
964 yyerror (YY_("syntax error: cannot back up")); \
1774 YYCASE_(0, YY_("syntax error"));
1775 YYCASE_(1, YY_("syntax error, unexpected %s"));
1776 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1777 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1778 YYCASE_(4, YY_("synta
[all...]
/external/libpcap/
H A Dgrammar.c675 #ifndef YY_
679 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
682 # ifndef YY_
683 # define YY_(msgid) msgid macro
1456 yyerror (YY_("syntax error: cannot back up")); \
1881 YYCASE_(0, YY_("syntax error"));
1882 YYCASE_(1, YY_("syntax error, unexpected %s"));
1883 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1884 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1885 YYCASE_(4, YY_("synta
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc669 #ifndef YY_
673 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
676 # ifndef YY_
677 # define YY_(msgid) msgid macro
2151 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2595 YYCASE_(0, YY_("syntax error"));
2596 YYCASE_(1, YY_("syntax error, unexpected %s"));
2597 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
2598 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
2599 YYCASE_(4, YY_("synta
[all...]
H A Dglcpp-parse.c402 #ifndef YY_
406 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
409 # ifndef YY_
410 # define YY_(msgid) msgid macro
1046 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1490 YYCASE_(0, YY_("syntax error"));
1491 YYCASE_(1, YY_("syntax error, unexpected %s"));
1492 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1493 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1494 YYCASE_(4, YY_("synta
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_parse.c425 #ifndef YY_
429 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
432 # ifndef YY_
433 # define YY_(msgid) msgid macro
834 yyerror (YY_("syntax error: cannot back up")); \
1259 YYCASE_(0, YY_("syntax error"));
1260 YYCASE_(1, YY_("syntax error, unexpected %s"));
1261 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1262 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1263 YYCASE_(4, YY_("synta
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c556 #ifndef YY_
560 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
563 # ifndef YY_
564 # define YY_(msgid) msgid macro
1444 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
1888 YYCASE_(0, YY_("syntax error"));
1889 YYCASE_(1, YY_("syntax error, unexpected %s"));
1890 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1891 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1892 YYCASE_(4, YY_("synta
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp442 #ifndef YY_
446 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
449 # ifndef YY_
450 # define YY_(Msgid) Msgid macro
1670 yyerror (&yylloc, context, YY_("syntax error: cannot back up")); \
2149 YYCASE_(0, YY_("syntax error"));
2150 YYCASE_(1, YY_("syntax error, unexpected %s"));
2151 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
2152 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
2153 YYCASE_(4, YY_("synta
[all...]

Completed in 219 milliseconds