Searched refs:gfc_error_flag_test (Results 1 – 14 of 14) sorted by relevance
1423 gfc_error_flag_test (void) in gfc_error_flag_test() function
3003 bool gfc_error_flag_test (void);
4616 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()
246 reporting the errors, the @code{gfc_error_flag_test} function can be
655 if (!gfc_error_flag_test () && c != '(' && c != '-' && c != '+') in gfc_match_name()
1990 if (!gfc_error_flag_test ())
1524 gfc_error_flag_test (void) in gfc_error_flag_test() function
258 (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
3021 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()
4721 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()
3288 bool gfc_error_flag_test (void);
629 if (!gfc_error_flag_test () && c != '(' && c != '-' && c != '+') in gfc_match_name()
792 * error.c (gfc_error_flag_test): New function.793 * gfortran.h : Prototype for gfc_error_flag_test.