Searched refs:ST_INTERFACE (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | parse.c | 190 ST_INTERFACE); in decode_specification_statement() 227 match ("interface", gfc_match_interface, ST_INTERFACE); in decode_specification_statement() 439 ST_INTERFACE); in decode_statement() 511 match ("interface", gfc_match_interface, ST_INTERFACE); in decode_statement() 1600 case ST_TYPE: case ST_INTERFACE: case ST_PROCEDURE: case ST_OACC_ROUTINE: \ 2014 case ST_INTERFACE: in gfc_ascii_statement() 3504 accept_statement (ST_INTERFACE); in parse_interface() 3877 case ST_INTERFACE: in parse_spec()
|
| H A D | gfortran.h | 211 ST_IMPORT, ST_INQUIRE, ST_INTERFACE, ST_SYNC_ALL, ST_SYNC_MEMORY, enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | parse.cc | 192 ST_INTERFACE); in decode_specification_statement() 229 match ("interface", gfc_match_interface, ST_INTERFACE); in decode_specification_statement() 441 ST_INTERFACE); in decode_statement() 513 match ("interface", gfc_match_interface, ST_INTERFACE); in decode_statement() 1728 case ST_TYPE: case ST_INTERFACE: case ST_PROCEDURE 2144 case ST_INTERFACE: in gfc_ascii_statement() 3754 accept_statement (ST_INTERFACE); in parse_interface() 4127 case ST_INTERFACE: in parse_spec()
|
| H A D | gfortran.h | 245 ST_IMPORT, ST_INQUIRE, ST_INTERFACE, ST_SYNC_ALL, ST_SYNC_MEMORY, enumerator
|