Searched refs:YYCASE_ (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | parser.cpp | 2189 #define YYCASE_(N, S) \ in yysyntax_error_() 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_() 2200 #undef YYCASE_ in yysyntax_error_()
|