Searched refs:YY_ (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | parser.cpp | 53 #ifndef YY_ 57 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro 60 # ifndef YY_ 61 # define YY_(msgid) msgid macro 2194 YYCASE_ (0, YY_("syntax error")); in yysyntax_error_() 2195 YYCASE_ (1, YY_("syntax error, unexpected %s")); in yysyntax_error_() 2196 YYCASE_ (2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error_() 2197 YYCASE_ (3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error_() 2198 YYCASE_ (4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error_() 2199 YYCASE_ (5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error_()
|