Searched refs:sorrycount (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Ddiagnostic.h177 #define sorrycount diagnostic_kind_count (global_dc, DK_SORRY) 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 == 0 && sorrycount
[all...]
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 Dtoplev.c888 if (errorcount != 0 || sorrycount != 0)
1081 if (flag_syntax_only || errorcount || sorrycount)
2087 if (errorcount || sorrycount)
H A Dipa-pure-const.c765 && !(errorcount || sorrycount));
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 Dtree-inline.c2223 if (errorcount || sorrycount)
H A Dgimplify.c1664 gcc_assert (errorcount || sorrycount);
4188 if (errorcount || sorrycount)
H A Dc-decl.c9087 if (flag_syntax_only || errorcount || sorrycount || cpp_errors (parse_in))
9125 if (errorcount == 0 && sorrycount == 0)
H A Dtree-cfg.c830 if ((errorcount || sorrycount) && uid < 0)
H A Dtree-ssa-structalias.c5040 && !(errorcount || sorrycount));
H A Ddwarf2out.c14438 else if (errorcount > 0 || sorrycount > 0)
/freebsd-11.0-release/contrib/gcc/cp/
H A Dname-lookup.c5193 if (sorrycount || errorcount)

Completed in 420 milliseconds