Home
last modified time | relevance | path

Searched refs:had_errors (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dmakedepend.c34 static bool had_errors; variable
167 had_errors = true; in process_file()
178 had_errors = true; in process_file()
205 return had_errors; in main()
/openbsd/gnu/usr.bin/binutils/gas/
H A Das.c1130 && (flag_always_generate_output || had_errors () == 0)) in main()
1150 if (flag_fatal_warnings && had_warnings () > 0 && had_errors () == 0) in main()
1153 if (had_errors () > 0 && ! flag_always_generate_output) in main()
1165 if (had_errors () > 0) in main()
H A Dmessages.c121 had_errors (void) in had_errors() function
H A Das.h578 int had_errors (void);
H A Dlisting.c667 if (had_errors ()) in print_lines()
H A Dwrite.c1386 if (!had_errors ()) in subsegs_finish()
1436 n_errs = had_errors (); in write_object_file()
H A DChangeLog-92959457 (had_errors, had_warnings, scrub_from_file): Remove duplicate
12063 (had_errors, had_warnings): Provide prototypes for ANSI C even if
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Das.c1170 && (flag_always_generate_output || had_errors () == 0)) in main()
1188 if (flag_fatal_warnings && had_warnings () > 0 && had_errors () == 0) in main()
1191 if (had_errors () > 0 && ! flag_always_generate_output) in main()
1203 if (had_errors () > 0) in main()
H A Das.h527 int had_errors (void);
H A Dmessages.c100 had_errors (void) in had_errors() function
H A Dlisting.c663 if (had_errors ()) in print_lines()
H A Dwrite.c1162 if (!had_errors ()) in subsegs_finish()
1211 n_errs = had_errors (); in write_object_file()
H A DChangeLog-92959457 (had_errors, had_warnings, scrub_from_file): Remove duplicate
12063 (had_errors, had_warnings): Provide prototypes for ANSI C even if
/openbsd/gnu/gcc/gcc/
H A Dmips-tfile.c650 static int had_errors; variable
4723 had_errors++; in main()
4729 had_errors++; in main()
4735 had_errors++; in main()
4748 had_errors++; in main()
4755 had_errors++; in main()
4793 had_errors++; in main()
4795 if (verbose || had_errors) in main()
4804 if (object_name == (char *) 0 || had_errors) in main()
4902 return (had_errors) ? 1 : 0; in main()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c647 static int had_errors; variable
1586 static int had_errors = 0; /* != 0 if errors were found */ variable
4861 had_errors++;
4867 had_errors++;
4873 had_errors++;
4886 had_errors++;
4893 had_errors++;
4916 if (object_name == (char *) 0 || had_errors || optind != argc - 1)
5024 return (had_errors) ? 1 : 0;
5599 had_errors++; in error()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mmix.c1928 int last_error_count = had_errors ();
1949 return had_errors () == last_error_count;
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mmix.c1894 int last_error_count = had_errors (); in mmix_assemble_return_nonzero()
1915 return had_errors () == last_error_count; in mmix_assemble_return_nonzero()
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dinternals.texi1841 @deftypefunx @{@} int had_errors (void)
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dinternals.texi1842 @deftypefunx @{@} int had_errors (void)