HomeSort by relevance Sort by last modified time
    Searched refs:YY_ (Results 1 - 9 of 9) sorted by null

  /prebuilts/build-tools/common/bison/
lalr1.cc 290 #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...]
glr.c 237 #ifndef YY_
241 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
244 # ifndef YY_
245 # define YY_(Msgid) Msgid
855 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
    [all...]
yacc.c 438 #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")); \
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 257 #ifndef YY_
261 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
264 # ifndef YY_
265 # define YY_(Msgid) Msgid
687 yyerror (context, YY_("syntax error: cannot back up")); \
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 240 #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")); \
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 440 #ifndef YY_
444 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
447 # ifndef YY_
448 # define YY_(Msgid) Msgid
    [all...]
  /external/libpcap/
grammar.c 673 #ifndef YY_
677 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
680 # ifndef YY_
681 # define YY_(Msgid) Msgid
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 378 #ifndef YY_
382 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
385 # ifndef YY_
386 # define YY_(Msgid) Msgid
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 538 #ifndef YY_
542 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
545 # ifndef YY_
546 # define YY_(Msgid) Msgid
    [all...]

Completed in 76 milliseconds