Home
last modified time | relevance | path

Searched refs:ST_READ (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c551 match ("read", gfc_match_read, ST_READ); in decode_statement()
1548 case ST_READ: case ST_RETURN: case ST_REWIND: case ST_SIMPLE_IF: \
2056 case ST_READ: in gfc_ascii_statement()
H A Dgfortran.h214 ST_READ, ST_RETURN, ST_REWIND, ST_STOP, ST_SUBROUTINE, ST_TYPE, ST_USE, enumerator
H A Dmatch.c1657 match ("read", gfc_match_read, ST_READ) in gfc_match_if()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc553 match ("read", gfc_match_read, ST_READ); in decode_statement()
1667 case ST_READ: case ST_RETURN: case ST_REWIND: case ST_SIMPLE_IF: \
2186 case ST_READ: in gfc_ascii_statement()
H A Dgfortran.h248 ST_READ, ST_RETURN, ST_REWIND, ST_STOP, ST_SUBROUTINE, ST_TYPE, ST_USE, enumerator
H A Dmatch.cc1632 match ("read", gfc_match_read, ST_READ) in gfc_match_if()