Searched refs:max_errors (Results 1 – 16 of 16) sorted by relevance
80 struct linux_floppy_max_errors max_errors; member
149 gfc_option.max_errors = 25; in gfc_init_options()304 gfc_option.max_errors = flag_max_errors; in gfc_post_options()
2752 int max_errors; member
149 gfc_option.max_errors = 25; in gfc_init_options()313 gfc_option.max_errors = flag_max_errors; in gfc_post_options()
759 * gfortran.h (gfc_option_t): Add max_errors element.760 * options.c (gfc_init_options): Set max_errors default value763 gfc_option.max_errors.765 also checks whether the error count exceeds max_errors.
3037 int max_errors; member
430 * options.c (gfc_post_options): Initialize gfc_option.max_errors.
191 int max_errors; member
202 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()
2794 dc->max_errors = value;
255 int max_errors; member
203 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()
3150 dc->max_errors = value; in common_handle_option()
5596 * diagnostic.h (struct diagnostic_context): Add max_errors field.5598 (diagnostic_action_after_output): Exit if more than max_errors
2292 * diagnostic.h (struct diagnostic_context): Make max_errors signed int.
1118 DK_WERROR towards max_errors.