Searched refs:ST_IF_BLOCK (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.cc | 1687 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 D | gfortran.h | 244 ST_FORMAT, ST_FUNCTION, ST_GOTO, ST_IF_BLOCK, ST_IMPLICIT, ST_IMPLICIT_NONE, enumerator
|
H A D | match.cc | 1552 *if_type = ST_IF_BLOCK; in gfc_match_if()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 1568 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 D | gfortran.h | 210 ST_FORMAT, ST_FUNCTION, ST_GOTO, ST_IF_BLOCK, ST_IMPLICIT, ST_IMPLICIT_NONE, enumerator
|
H A D | match.c | 1577 *if_type = ST_IF_BLOCK; in gfc_match_if()
|