Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc1687 case ST_IF_BLOCK: case ST_BLOCK: case ST_ASSOCIATE: \
2126 case ST_IF_BLOCK: in gfc_ascii_statement()
4375 accept_statement (ST_IF_BLOCK); in parse_if_block()
5342 && (st == ST_SIMPLE_IF || st == ST_IF_BLOCK)) in parse_omp_oacc_atomic()
5345 if (st == ST_IF_BLOCK) in parse_omp_oacc_atomic()
5831 case ST_IF_BLOCK: in parse_executable()
H A Dgfortran.h244 ST_FORMAT, ST_FUNCTION, ST_GOTO, ST_IF_BLOCK, ST_IMPLICIT, ST_IMPLICIT_NONE, enumerator
H A Dmatch.cc1552 *if_type = ST_IF_BLOCK; in gfc_match_if()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c1568 case ST_IF_BLOCK: case ST_BLOCK: case ST_ASSOCIATE: \
1996 case ST_IF_BLOCK: in gfc_ascii_statement()
4125 accept_statement (ST_IF_BLOCK); in parse_if_block()
5506 case ST_IF_BLOCK: in parse_executable()
H A Dgfortran.h210 ST_FORMAT, ST_FUNCTION, ST_GOTO, ST_IF_BLOCK, ST_IMPLICIT, ST_IMPLICIT_NONE, enumerator
H A Dmatch.c1577 *if_type = ST_IF_BLOCK; in gfc_match_if()