Searched refs:pp_warning_buffer (Results 1 – 3 of 3) sorted by relevance
49 static output_buffer *pp_error_buffer, *pp_warning_buffer; variable802 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_warning()806 pp->buffer = pp_warning_buffer; in gfc_warning()1278 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_clear_warning()1290 if (! gfc_output_buffer_empty_p (pp_warning_buffer)) in gfc_warning_check()1294 pp->buffer = pp_warning_buffer; in gfc_warning_check()1537 pp_warning_buffer = new (XNEW (output_buffer)) output_buffer (); in gfc_diagnostics_init()1538 pp_warning_buffer->flush_p = false; in gfc_diagnostics_init()
49 static output_buffer *pp_error_buffer, *pp_warning_buffer; variable903 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_warning()907 pp->buffer = pp_warning_buffer; in gfc_warning()1379 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_clear_warning()1391 if (! gfc_output_buffer_empty_p (pp_warning_buffer)) in gfc_warning_check()1395 pp->buffer = pp_warning_buffer; in gfc_warning_check()1638 pp_warning_buffer = new (XNEW (output_buffer)) output_buffer (); in gfc_diagnostics_init()1639 pp_warning_buffer->flush_p = false; in gfc_diagnostics_init()
246 (pp_warning_buffer): Make it a pointer.249 (gfc_buffer_error): Do not use pp_warning_buffer.flush_p as the253 pp_warning_buffer if the old warning_buffer was empty. Call266 pp_error_buffer and pp_warning_buffer. Set flush_p to false for267 both pp_warning_buffer and pp_error_buffer.343 (pp_warning_buffer,warningcount_buffered,werrorcount_buffered): New.344 (gfc_buffer_error): Set pp_warning_buffer.flush_p.350 (gfc_clear_warning): Clear pp_warning_buffer.351 (gfc_warning_check): Flush pp_warning_buffer and update warning353 (gfc_diagnostics_init): Init pp_warning_buffer.