Home
last modified time | relevance | path

Searched refs:ST_CLOSE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c456 match ("close", gfc_match_close, ST_CLOSE); in decode_statement()
1546 case ST_CLOSE: case ST_CONTINUE: case ST_DEALLOCATE: case ST_END_FILE: \
1833 case ST_CLOSE: in gfc_ascii_statement()
H A Dgfortran.h203 ST_CALL, ST_CASE, ST_CLOSE, ST_COMMON, ST_CONTINUE, ST_CONTAINS, ST_CYCLE, enumerator
H A Dio.c2709 gfc_syntax_error (ST_CLOSE); in gfc_match_close()
H A Dmatch.c1635 match ("close", gfc_match_close, ST_CLOSE) in gfc_match_if()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc458 match ("close", gfc_match_close, ST_CLOSE); in decode_statement()
1665 case ST_CLOSE: case ST_CONTINUE: case ST_DEALLOCATE: case ST_END_FILE: \
1963 case ST_CLOSE: in gfc_ascii_statement()
H A Dgfortran.h237 ST_CALL, ST_CASE, ST_CLOSE, ST_COMMON, ST_CONTINUE, ST_CONTAINS, ST_CYCLE, enumerator
H A Dio.cc2709 gfc_syntax_error (ST_CLOSE); in gfc_match_close()
H A Dmatch.cc1610 match ("close", gfc_match_close, ST_CLOSE) in gfc_match_if()