Home
last modified time | relevance | path

Searched refs:sorrycount (Results 1 – 25 of 34) sorted by relevance

12

/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 …]
Ddiagnostic.h177 #define sorrycount diagnostic_kind_count (global_dc, DK_SORRY) 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()
Dtree-optimize.c61 && !(errorcount || sorrycount)); in gate_all_optimizations()
Dtoplev.c890 if (errorcount != 0 || sorrycount != 0) in emit_debug_global_declarations()
1043 if (flag_syntax_only || errorcount || sorrycount) in compile_file()
2047 if (errorcount || sorrycount) in toplev_main()
Dipa-pure-const.c734 && !(errorcount || sorrycount)); in gate_pure_const()
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()
Dipa-type-escape.c1828 && !(errorcount || sorrycount)); in gate_type_escape_vars()
Dtree-complex.c1578 return optimize == 0 || sorrycount || errorcount; in gate_no_optimization()
Dtree-inline.c2223 if (errorcount || sorrycount) in optimize_inline_calls()
Dgimplify.c1665 gcc_assert (errorcount || sorrycount); in gimplify_var_or_parm_decl()
4187 if (errorcount || sorrycount) in gimple_push_cleanup()
Dc-decl.c7941 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in)) in c_write_global_declarations()
7979 if (errorcount == 0 && sorrycount == 0) in c_write_global_declarations()
Dtree-ssa-structalias.c4956 && !(errorcount || sorrycount)); in gate_ipa_pta()
Dtree-cfg.c830 if ((errorcount || sorrycount) && uid < 0) in label_to_block_fn()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddiagnostic.h276 #define sorrycount diagnostic_kind_count (global_dc, DK_SORRY) macro
Ddiagnostic.c1034 ++sorrycount; in sorry()
1191 if (errorcount > 0 || sorrycount > 0) in internal_error()
Dtoplev.c2126 if (errorcount == 0 && sorrycount == 0)
2396 if (errorcount != 0 || sorrycount != 0)
2641 || errorcount || sorrycount)
5540 if (errorcount || sorrycount)
Dtree-inline.c1451 if (errorcount || sorrycount)
/openbsd/src/gnu/gcc/gcc/cp/
Drepo.c234 if (errorcount || sorrycount) in finish_repo()
Dname-lookup.c5131 if (sorrycount || errorcount) in cp_emit_debug_info_for_using()
DChangeLog-19994008 * lex.c (errorcount, sorrycount): Don't declare.
4009 * repo.c (errorcount, sorrycount): Likewise.
4010 * typeck2.c (errorcount, sorrycount): Likewise.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Drepo.c431 if (! repo_changed || errorcount || sorrycount) in finish_repo()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dc-tree.texi140 @code{sorrycount}. When these flags are set, any macro or function

12