Searched refs:errorcount (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.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);
H A Dtst.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);
/freebsd-11.0-release/contrib/gcc/
H A Drtl-error.c117 errorcount--;
H A Ddiagnostic.h173 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
H A Dcgraphunit.c321 if (errorcount || sorrycount)
714 if (errorcount || sorrycount)
860 if (sorrycount || errorcount)
891 if (errorcount || sorrycount)
924 if (errorcount == 0 && sorrycount == 0)
934 && errorcount == 0 && sorrycount == 0)
949 if (errorcount || sorrycount)
1078 if (errorcount || sorrycount)
1539 if (errorcount || sorrycount)
1569 if (errorcount
[all...]
H A Dtoplev.c888 if (errorcount != 0 || sorrycount != 0)
1081 if (flag_syntax_only || errorcount || sorrycount)
1991 if (errorcount)
2040 if (!errorcount)
2087 if (errorcount || sorrycount)
H A Dpasses.c180 && !(sorrycount || errorcount))
199 if (errorcount != 0 || sorrycount != 0)
255 return !(rtl_dump_and_exit || flag_syntax_only || errorcount || sorrycount);
H A Dtree-optimize.c61 && !(errorcount || sorrycount));
H A Dc-opts.c1148 errorcount += cpp_errors (parse_in);
1155 errorcount++;
1264 errorcount += cpp_finish (parse_in, deps_stream);
H A Dipa-pure-const.c765 && !(errorcount || sorrycount));
H A Dc-lex.c369 errorcount++;
H A Dipa-inline.c1189 if (sorrycount || errorcount)
H A Dipa-reference.c1317 && !(errorcount || sorrycount));
H A Dtree-mudflap.c1240 if (errorcount != 0 || sorrycount != 0)
H A Dipa-type-escape.c1830 && !(errorcount || sorrycount));
H A Dtree-complex.c1580 return optimize == 0 || sorrycount || errorcount;
H A Domp-low.c3567 return flag_openmp != 0 && errorcount == 0;
4306 if (errorcount && OMP_DIRECTIVE_P (*tp))
H A Dc-decl.c2887 && (!errorcount || current_function_scope))
9087 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in))
9125 if (errorcount == 0 && sorrycount == 0)
H A Dtree-inline.c2223 if (errorcount || sorrycount)
H A Dgimplify.c1664 gcc_assert (errorcount || sorrycount);
4188 if (errorcount || sorrycount)
H A Dtree-cfg.c830 if ((errorcount || sorrycount) && uid < 0)
/freebsd-11.0-release/contrib/gcc/cp/
H A Dmethod.c753 int error_count = errorcount;
816 if (error_count != errorcount || warning_count != warningcount)
H A Dsemantics.c3771 int save_errorcount = errorcount;
3831 if (errorcount != save_errorcount)
H A Dcall.c4222 savew = warningcount, savee = errorcount;
4229 else if (errorcount > savee)
H A Dtypeck.c6604 savew = warningcount, savee = errorcount;
6611 else if (errorcount > savee)

Completed in 509 milliseconds

12