Home
last modified time | relevance | path

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

12

/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
HDtst.op_access.ksh32 errorcount = 0;
56 errorcount++;
59 BEGIN /errorcount == expected_errorcount/ {
64 BEGIN /errorcount != expected_errorcount/ {
65 printf("fail: expected %d. saw %d.", expected_errorcount, errorcount);
HDtst.func_access.ksh33 errorcount = 0;
72 errorcount++;
75 BEGIN /errorcount == expected_errorcount/ {
80 BEGIN /errorcount != expected_errorcount/ {
81 printf("fail: expected %d. saw %d.", expected_errorcount, errorcount);
/NextBSD/contrib/gcc/
HDcgraphunit.c321 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 …]
HDtoplev.c888 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()
HDrtl-error.c117 errorcount--; in _fatal_insn()
HDpasses.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()
HDdiagnostic.h173 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
HDc-opts.c1148 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()
HDtree-optimize.c61 && !(errorcount || sorrycount)); in gate_all_optimizations()
HDipa-pure-const.c764 && !(errorcount || sorrycount)); in gate_pure_const()
HDc-lex.c367 errorcount++; in c_lex_with_flags()
HDipa-reference.c1315 && !(errorcount || sorrycount)); in gate_reference()
HDipa-inline.c1189 if (sorrycount || errorcount) in cgraph_early_inlining()
HDtree-mudflap.c1240 if (errorcount != 0 || sorrycount != 0) in mudflap_finish_file()
HDipa-type-escape.c1828 && !(errorcount || sorrycount)); in gate_type_escape_vars()
HDtree-complex.c1578 return optimize == 0 || sorrycount || errorcount; in gate_no_optimization()
HDc-decl.c2873 && (!errorcount || current_function_scope)) in c_make_fname_decl()
9063 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in)) in c_write_global_declarations()
9101 if (errorcount == 0 && sorrycount == 0) in c_write_global_declarations()
HDomp-low.c3566 return flag_openmp != 0 && errorcount == 0; in gate_expand_omp()
4304 if (errorcount && OMP_DIRECTIVE_P (*tp)) in lower_omp_1()
HDtree-inline.c2223 if (errorcount || sorrycount) in optimize_inline_calls()
HDgimplify.c1663 gcc_assert (errorcount || sorrycount); in gimplify_var_or_parm_decl()
4187 if (errorcount || sorrycount) in gimple_push_cleanup()
/NextBSD/contrib/gcc/cp/
HDrepo.c234 if (errorcount || sorrycount) in finish_repo()
HDmethod.c751 int error_count = errorcount; in synthesize_method()
814 if (error_count != errorcount || warning_count != warningcount) in synthesize_method()
HDsemantics.c3770 int save_errorcount = errorcount; in finish_omp_clauses()
3830 if (errorcount != save_errorcount) in finish_omp_clauses()
HDcall.c4222 savew = warningcount, savee = errorcount; in build_temp()
4229 else if (errorcount > savee) in build_temp()
HDtypeck.c6590 savew = warningcount, savee = errorcount; in convert_for_initialization()
6597 else if (errorcount > savee) in convert_for_initialization()

12