Searched refs:ST_FLUSH (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 496 match ("flush", gfc_match_flush, ST_FLUSH); in decode_statement() 1552 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 1977 case ST_FLUSH: in gfc_ascii_statement()
|
H A D | parse.cc | 498 match ("flush", gfc_match_flush, ST_FLUSH); in decode_statement() 1670 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 2106 case ST_FLUSH: in gfc_ascii_statement()
|
H A D | gfortran.h | 240 ST_ENDDO, ST_IMPLIED_ENDDO, ST_END_FILE, ST_FINAL, ST_FLUSH, ST_END_FORALL, enumerator
|
H A D | io.c | 2932 return match_filepos (ST_FLUSH, EXEC_FLUSH); in gfc_match_flush()
|
H A D | io.cc | 2932 return match_filepos (ST_FLUSH, EXEC_FLUSH); in gfc_match_flush()
|
H A D | match.c | 1646 match ("flush", gfc_match_flush, ST_FLUSH) in gfc_match_if()
|
H A D | match.cc | 1621 match ("flush", gfc_match_flush, ST_FLUSH) in gfc_match_if()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 496 match ("flush", gfc_match_flush, ST_FLUSH); in decode_statement() 1552 case ST_LABEL_ASSIGNMENT: case ST_FLUSH: case ST_OMP_FLUSH: \ 1977 case ST_FLUSH: in gfc_ascii_statement()
|
H A D | gfortran.h | 206 ST_ENDDO, ST_IMPLIED_ENDDO, ST_END_FILE, ST_FINAL, ST_FLUSH, ST_END_FORALL, enumerator
|
H A D | io.c | 2932 return match_filepos (ST_FLUSH, EXEC_FLUSH); in gfc_match_flush()
|
H A D | match.c | 1646 match ("flush", gfc_match_flush, ST_FLUSH) in gfc_match_if()
|