Home | History | Annotate | Download | only in compiler

Lines Matching defs:YY_

440 #ifndef YY_
444 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
447 # ifndef YY_
448 # define YY_(Msgid) Msgid
1618 yyerror (&yylloc, context, yyscanner, YY_("syntax error: cannot back up")); \
2021 YYCASE_(0, YY_("syntax error"));
2022 YYCASE_(1, YY_("syntax error, unexpected %s"));
2023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
2024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
2025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
2026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
2216 yyoverflow (YY_("memory exhausted"),
4923 yyerror (&yylloc, context, yyscanner, YY_("syntax error"));
4928 char const *yymsgp = YY_("syntax error");
5073 yyerror (&yylloc, context, yyscanner, YY_("memory exhausted"));