Home
last modified time | relevance | path

Searched refs:gfc_error_flag_test (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c1423 gfc_error_flag_test (void) in gfc_error_flag_test() function
H A Dgfortran.h3003 bool gfc_error_flag_test (void);
H A Ddecl.c4616 if ((gfc_current_state () == COMP_NONE && gfc_error_flag_test ()) in gfc_match_decl_type_spec()
6261 if (!gfc_error_flag_test ()) in gfc_match_data_decl()
10345 else if (gfc_error_flag_test ()) in gfc_match_type()
H A Dgfc-internals.texi246 reporting the errors, the @code{gfc_error_flag_test} function can be
H A Dmatch.c655 if (!gfc_error_flag_test () && c != '(' && c != '-' && c != '+') in gfc_match_name()
H A Dopenmp.c1990 if (!gfc_error_flag_test ())
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc1524 gfc_error_flag_test (void) in gfc_error_flag_test() function
H A DChangeLog-2014258 (gfc_error_flag_test): Check also pp_error_buffer.
304 * error.c (gfc_buffer_error, gfc_error_flag_test): Use bool not int.
310 * gfortran.h (gfc_buffer_error, gfc_error_flag_test): Update
H A Dopenmp.cc3021 if (!gfc_error_flag_test ()) in gfc_match_omp_clauses()
5428 if (!gfc_error_flag_test ()) in gfc_match_omp_requires()
5437 if (!gfc_error_flag_test ()) in gfc_match_omp_requires()
H A Ddecl.cc4721 if ((gfc_current_state () == COMP_NONE && gfc_error_flag_test ()) in gfc_match_decl_type_spec()
6350 if (!gfc_error_flag_test ()) in gfc_match_data_decl()
10435 else if (gfc_error_flag_test ()) in gfc_match_type()
H A Dgfortran.h3288 bool gfc_error_flag_test (void);
H A Dgfc-internals.texi246 reporting the errors, the @code{gfc_error_flag_test} function can be
H A Dmatch.cc629 if (!gfc_error_flag_test () && c != '(' && c != '-' && c != '+') in gfc_match_name()
H A DChangeLog-2006792 * error.c (gfc_error_flag_test): New function.
793 * gfortran.h : Prototype for gfc_error_flag_test.