Searched refs:had_errors (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakedepend.c34 static bool had_errors; variable
167 had_errors = true;
178 had_errors = true;
205 return had_errors;
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c1207 && (flag_always_generate_output || had_errors () == 0))
1225 if (flag_fatal_warnings && had_warnings () > 0 && had_errors () == 0)
1228 if (had_errors () > 0 && ! flag_always_generate_output)
1240 if (had_errors () > 0)
H A Das.h535 int had_errors (void);
H A Dmessages.c100 had_errors (void) function
H A Dlisting.c663 if (had_errors ())
H A Dwrite.c1431 if (!had_errors ())
1481 n_errs = had_errors ();
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c653 static int had_errors;
1520 static int had_errors = 0; /* != 0 if errors were found */
4764 had_errors++;
4770 had_errors++;
4776 had_errors++;
4789 had_errors++;
4796 had_errors++;
4834 had_errors++;
4836 if (verbose || had_errors)
4845 if (object_name == (char *) 0 || had_errors)
650 static int had_errors; variable
1512 static int had_errors = 0; /* != 0 if errors were found */ variable
[all...]

Completed in 136 milliseconds