Home
last modified time | relevance | path

Searched refs:max_errors (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/compat/linux/common/
H A Dlinux_fdio.h80 struct linux_floppy_max_errors max_errors; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Doptions.c149 gfc_option.max_errors = 25; in gfc_init_options()
304 gfc_option.max_errors = flag_max_errors; in gfc_post_options()
H A Dgfortran.h2752 int max_errors; member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Doptions.cc149 gfc_option.max_errors = 25; in gfc_init_options()
313 gfc_option.max_errors = flag_max_errors; in gfc_post_options()
H A DChangeLog-2006759 * gfortran.h (gfc_option_t): Add max_errors element.
760 * options.c (gfc_init_options): Set max_errors default value
763 gfc_option.max_errors.
765 also checks whether the error count exceeds max_errors.
H A Dgfortran.h3037 int max_errors; member
H A DChangeLog-2010430 * options.c (gfc_post_options): Initialize gfc_option.max_errors.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h191 int max_errors; member
H A Ddiagnostic.c202 context->max_errors = 0; in diagnostic_initialize()
529 if (!context->max_errors) in diagnostic_check_max_errors()
536 if (count >= context->max_errors) in diagnostic_check_max_errors()
540 context->max_errors); in diagnostic_check_max_errors()
H A Dopts.c2794 dc->max_errors = value;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h255 int max_errors; member
H A Ddiagnostic.cc203 context->max_errors = 0; in diagnostic_initialize()
612 if (!context->max_errors) in diagnostic_check_max_errors()
619 if (count >= context->max_errors) in diagnostic_check_max_errors()
623 context->max_errors); in diagnostic_check_max_errors()
H A Dopts.cc3150 dc->max_errors = value; in common_handle_option()
H A DChangeLog-20105596 * diagnostic.h (struct diagnostic_context): Add max_errors field.
5598 (diagnostic_action_after_output): Exit if more than max_errors
H A DChangeLog-20162292 * diagnostic.h (struct diagnostic_context): Make max_errors signed int.
H A DChangeLog-20141118 DK_WERROR towards max_errors.