Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libcpp/
HDmakedepend.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()
/trueos/contrib/binutils/gas/
HDas.c1203 && (flag_always_generate_output || had_errors () == 0)) in main()
1221 if (flag_fatal_warnings && had_warnings () > 0 && had_errors () == 0) in main()
1224 if (had_errors () > 0 && ! flag_always_generate_output) in main()
1236 if (had_errors () > 0) in main()
HDas.h530 int had_errors (void);
HDmessages.c100 had_errors (void) in had_errors() function
HDlisting.c663 if (had_errors ()) in print_lines()
HDwrite.c1431 if (!had_errors ()) in subsegs_finish()
1481 n_errs = had_errors (); in write_object_file()
HDChangeLog-92959457 (had_errors, had_warnings, scrub_from_file): Remove duplicate
12063 (had_errors, had_warnings): Provide prototypes for ANSI C even if
/trueos/contrib/gcc/
HDmips-tfile.c650 static int had_errors; variable
1512 static int had_errors = 0; /* != 0 if errors were found */ 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()
[all …]
/trueos/contrib/binutils/gas/doc/
HDinternals.texi1842 @deftypefunx @{@} int had_errors (void)