Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/tools/pioasm/
Dparser.yy136 lines END { if (pioasm.error_count || pioasm.write_output()) YYABORT; }
151 … { if (pioasm.error_count > 6) { std::cerr << "\ntoo many errors; aborting.\n"; YYABORT; } }
/hal_rpi_pico-3.4.0/tools/pioasm/gen/
Dparser.cpp137 #define YYABORT goto yyabortlab macro
971 { if (pioasm.error_count || pioasm.write_output()) YYABORT; } in parse()
991 … { if (pioasm.error_count > 6) { std::cerr << "\ntoo many errors; aborting.\n"; YYABORT; } } in parse()
1488 YYABORT; in parse()
1540 YYABORT; in parse()