| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
| H A D | tst.op_access.ksh | 32 errorcount = 0; 56 errorcount++; 59 BEGIN /errorcount == expected_errorcount/ { 64 BEGIN /errorcount != expected_errorcount/ { 65 printf("fail: expected %d. saw %d.", expected_errorcount, errorcount);
|
| H A D | tst.func_access.ksh | 33 errorcount = 0; 72 errorcount++; 75 BEGIN /errorcount == expected_errorcount/ { 80 BEGIN /errorcount != expected_errorcount/ { 81 printf("fail: expected %d. saw %d.", expected_errorcount, errorcount);
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | cgraphunit.c | 321 if (errorcount || sorrycount) in cgraph_varpool_remove_unreferenced_decls() 714 if (errorcount || sorrycount) in verify_cgraph_node() 860 if (sorrycount || errorcount) in verify_cgraph() 891 if (errorcount || sorrycount) in cgraph_varpool_assemble_pending_decls() 924 if (errorcount == 0 && sorrycount == 0) in cgraph_varpool_output_debug_info() 934 && errorcount == 0 && sorrycount == 0) in cgraph_varpool_output_debug_info() 949 if (errorcount || sorrycount) in cgraph_output_pending_asms() 1078 if (errorcount || sorrycount) in cgraph_finalize_compilation_unit() 1539 if (errorcount || sorrycount) in cgraph_optimize() 1569 if (errorcount == 0 && sorrycount == 0) in cgraph_optimize() [all …]
|
| H A D | toplev.c | 888 if (errorcount != 0 || sorrycount != 0) in emit_debug_global_declarations() 1081 if (flag_syntax_only || errorcount || sorrycount) in compile_file() 1991 if (errorcount) in finalize() 2040 if (!errorcount) in do_compile() 2087 if (errorcount || sorrycount) in toplev_main()
|
| H A D | rtl-error.c | 117 errorcount--; in _fatal_insn()
|
| H A D | passes.c | 180 && !(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()
|
| H A D | diagnostic.h | 173 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
|
| H A D | c-opts.c | 1148 errorcount += cpp_errors (parse_in); in c_common_post_options() 1155 errorcount++; in c_common_post_options() 1264 errorcount += cpp_finish (parse_in, deps_stream); in c_common_finish()
|
| H A D | tree-optimize.c | 61 && !(errorcount || sorrycount)); in gate_all_optimizations()
|
| H A D | ipa-pure-const.c | 764 && !(errorcount || sorrycount)); in gate_pure_const()
|
| H A D | c-lex.c | 367 errorcount++; in c_lex_with_flags()
|
| H A D | ipa-reference.c | 1315 && !(errorcount || sorrycount)); in gate_reference()
|
| H A D | ipa-inline.c | 1189 if (sorrycount || errorcount) in cgraph_early_inlining()
|
| H A D | tree-mudflap.c | 1240 if (errorcount != 0 || sorrycount != 0) in mudflap_finish_file()
|
| H A D | ipa-type-escape.c | 1828 && !(errorcount || sorrycount)); in gate_type_escape_vars()
|
| H A D | tree-complex.c | 1578 return optimize == 0 || sorrycount || errorcount; in gate_no_optimization()
|
| H A D | c-decl.c | 2873 && (!errorcount || current_function_scope)) in c_make_fname_decl() 9057 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in)) in c_write_global_declarations() 9095 if (errorcount == 0 && sorrycount == 0) in c_write_global_declarations()
|
| H A D | omp-low.c | 3566 return flag_openmp != 0 && errorcount == 0; in gate_expand_omp() 4304 if (errorcount && OMP_DIRECTIVE_P (*tp)) in lower_omp_1()
|
| H A D | tree-inline.c | 2223 if (errorcount || sorrycount) in optimize_inline_calls()
|
| H A D | gimplify.c | 1663 gcc_assert (errorcount || sorrycount); in gimplify_var_or_parm_decl() 4187 if (errorcount || sorrycount) in gimple_push_cleanup()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | repo.c | 234 if (errorcount || sorrycount) in finish_repo()
|
| H A D | method.c | 751 int error_count = errorcount; in synthesize_method() 814 if (error_count != errorcount || warning_count != warningcount) in synthesize_method()
|
| H A D | semantics.c | 3770 int save_errorcount = errorcount; in finish_omp_clauses() 3830 if (errorcount != save_errorcount) in finish_omp_clauses()
|
| H A D | call.c | 4222 savew = warningcount, savee = errorcount; in build_temp() 4229 else if (errorcount > savee) in build_temp()
|
| H A D | typeck.c | 6590 savew = warningcount, savee = errorcount; in convert_for_initialization() 6597 else if (errorcount > savee) in convert_for_initialization()
|