Home
last modified time | relevance | path

Searched refs:gfc_match_st_function (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h117 match gfc_match_st_function (void);
H A Dparse.c176 match (NULL, gfc_match_st_function, ST_STATEMENT_FUNCTION); in decode_specification_statement()
366 m = match_word (NULL, gfc_match_st_function, &old_locus); in decode_statement()
H A Dmatch.c5856 gfc_match_st_function (void) in gfc_match_st_function() function
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h112 match gfc_match_st_function (void);
H A Dparse.cc178 match (NULL, gfc_match_st_function, ST_STATEMENT_FUNCTION); in decode_specification_statement()
368 m = match_word (NULL, gfc_match_st_function, &old_locus); in decode_statement()
H A DChangeLog-20051176 (gfc_match_st_function): Call recursive_stmt_fcn to check
2115 * match.c (gfc_match_st_function): Likewise.
3422 gfc_match_namelist, gfc_match_module, gfc_match_st_function):
H A Dmatch.cc5925 gfc_match_st_function (void) in gfc_match_st_function() function
H A DChangeLog-20121395 gfc_match_allocate, gfc_match_return, gfc_match_st_function): Ditto.
H A DChangeLog-2015387 * match.c (gfc_match_st_function): Ditto.
H A DChangeLog-20191330 * match.c (gfc_match_st_function): When matching a statement function,
H A DChangeLog-20091544 (gfc_match_st_function): Warn about statement functions.