Home
last modified time | relevance | path

Searched refs:ST_WHERE (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: \
2090 case ST_WHERE: in gfc_ascii_statement()
4010 case ST_WHERE: in parse_where_block()
4077 case ST_WHERE: in parse_forall_block()
5344 case ST_WHERE: in parse_omp_structured_block()
5470 case ST_WHERE: in parse_executable()
H A Dmatch.c1667 match ("where", match_simple_where, ST_WHERE) in gfc_match_if()
7120 gfc_syntax_error (ST_WHERE); in match_simple_where()
7155 gfc_syntax_error (ST_WHERE); in gfc_match_where()
7164 *st = ST_WHERE; in gfc_match_where()
H A Dgfortran.h215 ST_WHERE_BLOCK, ST_WHERE, ST_WAIT, ST_WRITE, ST_ASSIGNMENT, 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: \
2220 case ST_WHERE: in gfc_ascii_statement()
4260 case ST_WHERE: in parse_where_block()
4327 case ST_WHERE: in parse_forall_block()
5646 case ST_WHERE: in parse_omp_structured_block()
5795 case ST_WHERE: in parse_executable()
H A Dmatch.cc1642 match ("where", match_simple_where, ST_WHERE) in gfc_match_if()
7211 gfc_syntax_error (ST_WHERE); in match_simple_where()
7246 gfc_syntax_error (ST_WHERE); in gfc_match_where()
7255 *st = ST_WHERE; in gfc_match_where()
H A Dgfortran.h249 ST_WHERE_BLOCK, ST_WHERE, ST_WAIT, ST_WRITE, ST_ASSIGNMENT, enumerator