Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.h28 int error_count = 0; member
Dparser.yy169 lines END { if (pioasm.error_count || pioasm.write_output()) YYABORT; }
184 …| error { if (pioasm.error_count > 6) { std::cerr << "\ntoo …
429 pioasm.error_count++;
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1070 { if (pioasm.error_count || pioasm.write_output()) YYABORT; } in parse()
1090 … { if (pioasm.error_count > 6) { std::cerr << "\ntoo many errors; aborting.\n"; YYABORT; } } in parse()
2548 pioasm.error_count++; in error()