Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c1484 gfc_push_error (gfc_error_buffer *err) in gfc_push_error() function
H A Dmatch.c5889 gfc_push_error (&old_error); in gfc_match_st_function()
5965 gfc_push_error (&old_error); in gfc_match_ptr_fcn_assign()
H A Dgfortran.h3020 void gfc_push_error (gfc_error_buffer *);
H A Dgfc-internals.texi255 existing error state, the @code{gfc_push_error}, @code{gfc_pop_error},
H A Dprimary.c1451 gfc_push_error (&old_error); in match_complex_constant()
H A Dparse.c112 gfc_push_error (&old_error); in use_modules()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc1585 gfc_push_error (gfc_error_buffer *err) in gfc_push_error() function
H A Dmatch.cc5958 gfc_push_error (&old_error); in gfc_match_st_function()
6034 gfc_push_error (&old_error); in gfc_match_ptr_fcn_assign()
H A DChangeLog-2014262 (gfc_push_error): Use it here. Take also an output_buffer as argument.
269 * Update gfc_push_error, gfc_pop_error and gfc_free_error calls
H A Dgfortran.h3305 void gfc_push_error (gfc_error_buffer *);
H A Dgfc-internals.texi255 existing error state, the @code{gfc_push_error}, @code{gfc_pop_error},
H A Dprimary.cc1430 gfc_push_error (&old_error); in match_complex_constant()
H A Dparse.cc114 gfc_push_error (&old_error); in use_modules()
H A DChangeLog-2004786 gfc_push_error, gfc_pop_error): Remove blank line in front of
H A DChangeLog-20151716 (gfc_push_error): Handle only gfc_error_buffer.
H A DChangeLog-20052110 (gfc_push_error): Allocate saved message with xstrdup.