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

/external/bison/data/
H A Dlalr1.cc320 #ifndef YY_
324 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
327 # ifndef YY_
328 # define YY_(msgid) msgid macro
859 // Then, invoke YY_ on this string.
878 res = YY_("syntax error");
H A Dyacc.c264 #ifndef YY_
268 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
271 # ifndef YY_
272 # define YY_(msgid) msgid macro
581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
867 YY_("syntax error, unexpected %s");
868 YY_("syntax error, unexpected %s, expecting %s");
869 YY_("syntax error, unexpected %s, expecting %s or %s");
870 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
871 YY_("synta
[all...]
H A Dglr.c242 #ifndef YY_
246 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
249 # ifndef YY_
250 # define YY_(msgid) msgid macro
917 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
1803 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous"));
2140 yyf = YY_(yyformat);
2170 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2176 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2430 yyFail (&yystack][]b4_lpure_args[, YY_("synta
[all...]
/external/libpcap/
H A Dgrammar.c479 #ifndef YY_
483 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
486 # ifndef YY_
487 # define YY_(msgid) msgid macro
1156 yyerror (YY_("syntax error: cannot back up")); \
1642 yyoverflow (YY_("memory exhausted"),
2769 YY_("syntax error, unexpected %s");
2770 YY_("syntax error, unexpected %s, expecting %s");
2771 YY_("syntax error, unexpected %s, expecting %s or %s");
2772 YY_("synta
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp417 #ifndef YY_
421 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
424 # ifndef YY_
425 # define YY_(msgid) msgid macro
1323 yyerror (context, YY_("syntax error: cannot back up")); \
1696 YY_("syntax error, unexpected %s");
1697 YY_("syntax error, unexpected %s, expecting %s");
1698 YY_("syntax error, unexpected %s, expecting %s or %s");
1699 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1700 YY_("synta
[all...]
/external/bison/src/
H A Dparse-gram.c363 #ifndef YY_
367 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
370 # ifndef YY_
371 # define YY_(msgid) msgid macro
860 yyerror (YY_("syntax error: cannot back up")); \
1315 YY_("syntax error, unexpected %s");
1316 YY_("syntax error, unexpected %s, expecting %s");
1317 YY_("syntax error, unexpected %s, expecting %s or %s");
1318 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1319 YY_("synta
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp450 #ifndef YY_
454 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
457 # ifndef YY_
458 # define YY_(msgid) msgid macro
1985 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2367 YY_("syntax error, unexpected %s");
2368 YY_("syntax error, unexpected %s, expecting %s");
2369 YY_("syntax error, unexpected %s, expecting %s or %s");
2370 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
2371 YY_("synta
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c359 #ifndef YY_
363 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
366 # ifndef YY_
367 # define YY_(msgid) msgid macro
975 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1357 YY_("syntax error, unexpected %s");
1358 YY_("syntax error, unexpected %s, expecting %s");
1359 YY_("syntax error, unexpected %s, expecting %s or %s");
1360 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1361 YY_("synta
[all...]

Completed in 139 milliseconds