Searched refs:ST_END_FORALL (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | parse.c | 1923 case ST_END_FORALL: in gfc_ascii_statement() 4090 case ST_END_FORALL: in parse_forall_block() 4105 while (st != ST_END_FORALL); in parse_forall_block()
|
| 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 | decl.c | 8409 *st = ST_END_FORALL; in gfc_match_end() 8472 && *st != ST_END_FORALL && *st != ST_END_WHERE && *st != ST_END_BLOCK in gfc_match_end()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | parse.cc | 2053 case ST_END_FORALL: in gfc_ascii_statement() 4340 case ST_END_FORALL: in parse_forall_block() 4355 while (st != ST_END_FORALL); in parse_forall_block()
|
| 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 | decl.cc | 8499 *st = ST_END_FORALL; in gfc_match_end() 8562 && *st != ST_END_FORALL && *st != ST_END_WHERE && *st != ST_END_BLOCK in gfc_match_end()
|