Home
last modified time | relevance | path

Searched refs:errorcount (Results 1 – 25 of 55) sorted by relevance

123

/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dparse.y202 errorcount++;
276 errorcount++;
337 errorcount++;
515 errorcount++;
524 errorcount++;
709 errorcount++;
727 errorcount++;
787 errorcount++;
856 errorcount++; in yyerror()
895 errorcount++; in ensure_not_void()
Dtree1.c293 errorcount++; in insert_tree_name()
Dlex.l223 errorcount++;
/openbsd/src/gnu/gcc/gcc/
Dcgraphunit.c321 if (errorcount || sorrycount) in cgraph_varpool_remove_unreferenced_decls()
700 if (errorcount || sorrycount) in verify_cgraph_node()
846 if (sorrycount || errorcount) in verify_cgraph()
877 if (errorcount || sorrycount) in cgraph_varpool_assemble_pending_decls()
910 if (errorcount == 0 && sorrycount == 0) in cgraph_varpool_output_debug_info()
920 && errorcount == 0 && sorrycount == 0) in cgraph_varpool_output_debug_info()
935 if (errorcount || sorrycount) in cgraph_output_pending_asms()
1064 if (errorcount || sorrycount) in cgraph_finalize_compilation_unit()
1525 if (errorcount || sorrycount) in cgraph_optimize()
1555 if (errorcount == 0 && sorrycount == 0) in cgraph_optimize()
[all …]
Dtoplev.c890 if (errorcount != 0 || sorrycount != 0) in emit_debug_global_declarations()
1043 if (flag_syntax_only || errorcount || sorrycount) in compile_file()
1948 if (errorcount) in finalize()
1997 if (!errorcount) in do_compile()
2047 if (errorcount || sorrycount) in toplev_main()
Drtl-error.c117 errorcount--; in _fatal_insn()
Ddiagnostic.h173 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
Dpasses.c180 && !(sorrycount || errorcount)) in rest_of_decl_compilation()
199 if (errorcount != 0 || sorrycount != 0) in rest_of_type_compilation()
254 return !(rtl_dump_and_exit || flag_syntax_only || errorcount || sorrycount); in gate_rest_of_compilation()
Dc-opts.c1110 errorcount += cpp_errors (parse_in); in c_common_post_options()
1117 errorcount++; in c_common_post_options()
1226 errorcount += cpp_finish (parse_in, deps_stream); in c_common_finish()
Dtree-optimize.c61 && !(errorcount || sorrycount)); in gate_all_optimizations()
Dipa-pure-const.c734 && !(errorcount || sorrycount)); in gate_pure_const()
Dc-lex.c367 errorcount++; in c_lex_with_flags()
Dipa-reference.c1315 && !(errorcount || sorrycount)); in gate_reference()
Dipa-inline.c1189 if (sorrycount || errorcount) in cgraph_early_inlining()
Dtree-mudflap.c1240 if (errorcount != 0 || sorrycount != 0) in mudflap_finish_file()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/treelang/
DChangeLog69 errorcount now a macro so do not define it.
73 errorcount now a macro so do not reference it.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtl-error.c126 errorcount--;
Ddiagnostic.h272 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
Dtoplev.c2126 if (errorcount == 0 && sorrycount == 0)
2396 if (errorcount != 0 || sorrycount != 0)
2641 || errorcount || sorrycount)
5420 if (errorcount) in finalize()
5480 if (errorcount) in do_compile()
5540 if (errorcount || sorrycount)
Dc-opts.c1428 errorcount += cpp_errors (parse_in); in c_common_post_options()
1507 errorcount += cpp_finish (parse_in, deps_stream); in c_common_finish()
Ddiagnostic.c1191 if (errorcount > 0 || sorrycount > 0) in internal_error()
/openbsd/src/gnu/gcc/gcc/cp/
Drepo.c234 if (errorcount || sorrycount) in finish_repo()
Dmethod.c749 int error_count = errorcount; in synthesize_method()
812 if (error_count != errorcount || warning_count != warningcount) in synthesize_method()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Drepo.c431 if (! repo_changed || errorcount || sorrycount) in finish_repo()
Dcall.c4141 savew = warningcount, savee = errorcount; in convert_like_real()
4157 else if (errorcount > savee) in convert_like_real()
4167 else if (errorcount > savee) in convert_like_real()
4224 savew = warningcount, savee = errorcount; in convert_like_real()
4233 else if (errorcount > savee) in convert_like_real()

123