Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c1551 case ST_ASSIGNMENT: case ST_ARITHMETIC_IF: case ST_WHERE: case ST_FORALL: \
1981 case ST_FORALL: in gfc_ascii_statement()
4078 case ST_FORALL: in parse_forall_block()
5345 case ST_FORALL: in parse_omp_structured_block()
5469 case ST_FORALL: in parse_executable()
H A Dmatch.c1647 match ("forall", match_simple_forall, ST_FORALL) in gfc_match_if()
2470 gfc_syntax_error (ST_FORALL); in match_forall_header()
2531 gfc_syntax_error (ST_FORALL); in match_simple_forall()
2601 *st = ST_FORALL; in gfc_match_forall()
2605 gfc_syntax_error (ST_FORALL); in gfc_match_forall()
H A Dgfortran.h209 ST_ENTRY, ST_EQUIVALENCE, ST_ERROR_STOP, ST_EXIT, ST_FORALL, ST_FORALL_BLOCK, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc1670 case ST_ASSIGNMENT: case ST_ARITHMETIC_IF: case ST_WHERE: case ST_FORALL: \
2111 case ST_FORALL: in gfc_ascii_statement()
4328 case ST_FORALL: in parse_forall_block()
5647 case ST_FORALL: in parse_omp_structured_block()
5794 case ST_FORALL: in parse_executable()
H A Dmatch.cc1622 match ("forall", match_simple_forall, ST_FORALL) in gfc_match_if()
2445 gfc_syntax_error (ST_FORALL); in match_forall_header()
2506 gfc_syntax_error (ST_FORALL); in match_simple_forall()
2576 *st = ST_FORALL; in gfc_match_forall()
2580 gfc_syntax_error (ST_FORALL); in gfc_match_forall()
H A Dgfortran.h243 ST_ENTRY, ST_EQUIVALENCE, ST_ERROR_STOP, ST_EXIT, ST_FORALL, ST_FORALL_BLOCK, enumerator