Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp2205 std::ptrdiff_t yyi = 0; in yysyntax_error_() local
2207 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount) in yysyntax_error_()
2209 yyres += symbol_name (yyarg[yyi++]); in yysyntax_error_()
2534 for (int yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print_() local
2535 YY_SYMBOL_PRINT (" $" << yyi + 1 << " =", in yy_reduce_print_()
2536 yystack_[(yynrhs) - (yyi + 1)]); in yy_reduce_print_()