Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c1923 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 Dgfortran.h206 ST_ENDDO, ST_IMPLIED_ENDDO, ST_END_FILE, ST_FINAL, ST_FLUSH, ST_END_FORALL, enumerator
H A Ddecl.c8409 *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 Dparse.cc2053 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 Dgfortran.h240 ST_ENDDO, ST_IMPLIED_ENDDO, ST_END_FILE, ST_FINAL, ST_FLUSH, ST_END_FORALL, enumerator
H A Ddecl.cc8499 *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()