Home
last modified time | relevance | path

Searched refs:gfc_error_check (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c595 if (!gfc_error_check ()) in decode_statement()
727 if (gfc_error_check () == 0) in decode_oacc_directive()
1063 if (!gfc_error_check ()) in decode_omp_directive()
1119 if (!gfc_error_check ()) in decode_gcc_attribute()
3267 if (gfc_error_check () == 0) in parse_struct_map()
3691 gfc_error_check (); in match_deferred_characteristics()
H A Derror.c1434 gfc_error_check (void) in gfc_error_check() function
H A Dmatch.c1675 if (!gfc_error_check ()) in gfc_match_if()
5558 gfc_error_check (); in gfc_match_namelist()
H A Dgfortran.h3002 bool gfc_error_check (void);
H A Dgfc-internals.texi242 The @code{gfc_error_check} function checks the buffer for errors,
H A Ddecl.c7488 gfc_error_check (); in gfc_match_function_decl()
8010 gfc_error_check (); in gfc_match_subroutine()
H A Dexpr.c2096 gfc_error_check (); in simplify_parameter_variable()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc597 if (!gfc_error_check ()) in decode_statement()
731 if (gfc_error_check () == 0) in decode_oacc_directive()
1145 if (!gfc_error_check ()) in decode_omp_directive()
1237 if (!gfc_error_check ()) in decode_gcc_attribute()
3517 if (gfc_error_check () == 0) in parse_struct_map()
3941 gfc_error_check (); in match_deferred_characteristics()
H A Derror.cc1535 gfc_error_check (void) in gfc_error_check() function
H A Dmatch.cc1650 if (!gfc_error_check ()) in gfc_match_if()
5609 gfc_error_check (); in gfc_match_namelist()
5627 gfc_error_check (); in gfc_match_namelist()
H A DChangeLog-2014259 (gfc_error_check): Likewise. Only check the new pp_error_buffer
295 * error.c (gfc_error_check): Use bool not int.
296 * gfortran.h (gfc_error_check): Update prototype.
H A Dgfortran.h3287 bool gfc_error_check (void);
H A Dgfc-internals.texi242 The @code{gfc_error_check} function checks the buffer for errors,
H A DChangeLog-20151443 (gfc_error_check): Likewise.
1713 (gfc_error_check): Simplify.
H A Ddecl.cc7577 gfc_error_check (); in gfc_match_function_decl()
8099 gfc_error_check (); in gfc_match_subroutine()
H A Dexpr.cc2121 gfc_error_check (); in simplify_parameter_variable()
H A DChangeLog-2016319 (gfc_error_check): Likewise.
H A Dopenmp.cc5896 gfc_error_check (); in gfc_match_omp_atomic()
H A DChangeLog-20113860 * error.c (gfc_error_now, gfc_fatal_error, gfc_error_check):
H A DChangeLog-20052108 (gfc_warning_check, gfc_error_check): Don't print anything if
H A DChangeLog-2006771 (gfc_error_check): Use it.