Home
last modified time | relevance | path

Searched refs:YY_ (Results 1 – 17 of 17) sorted by relevance

/external/bison/examples/calc++/
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")); in yysyntax_error_()
834 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error_()
835 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error_()
836 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error_()
837 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error_()
838 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error_()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp234 #ifndef YY_
238 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
241 # ifndef YY_
242 # define YY_(Msgid) Msgid macro
664 yyerror (context, YY_("syntax error: cannot back up")); \
998 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
999 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1000 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1001 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1002 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
[all …]
/external/bison/data/
Dlalr1.cc290 #ifndef YY_
294 # define YY_(msgid) dgettext ("bison-runtime", msgid)
297 # ifndef YY_
298 # define YY_(msgid) msgid
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_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
[all …]
Dyacc.c438 #ifndef YY_
442 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
445 # ifndef YY_
446 # define YY_(Msgid) Msgid
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_("syntax error, unexpected %s, expecting %s or %s or %s"));
[all …]
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")), \
1729 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous"));
2014 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2094 YYCASE_(0, YY_("syntax error"));
2095 YYCASE_(1, YY_("syntax error, unexpected %s"));
2096 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
[all …]
Dc.m433 [[YY_]b4_tocpp(m4_defn([b4_prefix])/[$1])[_INCLUDED]])
/external/bison/src/
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")); in yysyntax_error()
1775 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1776 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1777 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1778 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
[all …]
/external/libpcap/
Dgrammar.c673 #ifndef YY_
677 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
680 # ifndef YY_
681 # define YY_(Msgid) Msgid macro
1406 yyerror (yyscanner, cstate, YY_("syntax error: cannot back up")); \
1741 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1742 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1743 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1744 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1745 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp440 #ifndef YY_
444 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
447 # ifndef YY_
448 # define YY_(Msgid) Msgid macro
1616 yyerror (&yylloc, context, yyscanner, YY_("syntax error: cannot back up")); \
2019 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
2020 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
2021 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
2022 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
2023 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
[all …]
/external/toybox/kconfig/
Dzconf.tab.c_shipped240 #ifndef YY_
244 # define YY_(msgid) dgettext ("bison-runtime", msgid)
247 # ifndef YY_
248 # define YY_(msgid) msgid
769 yyerror (YY_("syntax error: cannot back up")); \
1282 yyoverflow (YY_("memory exhausted"),
1887 YY_("syntax error, unexpected %s");
1888 YY_("syntax error, unexpected %s, expecting %s");
1889 YY_("syntax error, unexpected %s, expecting %s or %s");
1890 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
[all …]
/external/bison/tests/
Dheaders.at234 # YY_\w+_INCLUDED (header guards).
243 |YY_\w+_INCLUDED
/external/bison/runtime-po/
DMakevars24 --keyword=YY_ \
/external/bison/
DChangeLog993 headers: move CPP guards into YY_*_INCLUDED to avoid collisions
1174 headers: move CPP guards into YY_*_INCLUDED to avoid collisions
1177 * data/c.m4 (b4_cpp_guard): Prepend YY_ and append _INCLUDED.
1589 headers: move CPP guards into YY_*_INCLUDED to avoid collisions
1592 * data/c.m4 (b4_cpp_guard): Prepend YY_ and append _INCLUDED.
1731 #ifndef YY_
1732 # define YY_
DNEWS157 Incorrect definitions of YY_, issued by yacc.c when no parser header is
165 YY_<PREFIX>_<FILE>_INCLUDED, instead of merely <PREFIX>_<FILE>.
DChangeLog-20126982 respect to bison-runtime pot generation. The YY_ stuff
10511 * bootstrap: Change gettext keyword from YYI18N to YY_.
10514 * data/glr.c (YY_): New macro, from yacc.c.
10520 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
10525 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
/external/webrtc/talk/media/testdata/
Dfaces.1280x720_P420.yuv3 …��������������������������������������������}zwutpkloqpnmmnmjgededb_\[]^_^\YY_`^YVVWXXXXUW]beefgii…
/external/bison/doc/
Dbison.texi5252 preprocessor guard: @samp{YY_@var{PREFIX}_@var{FILE}_INCLUDED}, where