Home
last modified time | relevance | path

Searched refs:ST_PROGRAM (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c543 match ("program", gfc_match_program, ST_PROGRAM); in decode_statement()
2050 case ST_PROGRAM: in gfc_ascii_statement()
6406 case ST_PROGRAM: in gfc_parse_file()
H A Dgfortran.h213 ST_NAMELIST, ST_NULLIFY, ST_OPEN, ST_PAUSE, ST_PRIVATE, ST_PROGRAM, ST_PUBLIC, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc545 match ("program", gfc_match_program, ST_PROGRAM); in decode_statement()
2180 case ST_PROGRAM: in gfc_ascii_statement()
6745 case ST_PROGRAM: in gfc_parse_file()
H A Dgfortran.h247 ST_NAMELIST, ST_NULLIFY, ST_OPEN, ST_PAUSE, ST_PRIVATE, ST_PROGRAM, ST_PUBLIC, enumerator