Home
last modified time | relevance | path

Searched refs:ST_END_TEAM (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.c475 match ("end team", gfc_match_end_team, ST_END_TEAM); in decode_statement()
1560 case ST_END_TEAM: case ST_SYNC_TEAM: \
1896 case ST_END_TEAM: in gfc_ascii_statement()
H A Dparse.cc477 match ("end team", gfc_match_end_team, ST_END_TEAM); in decode_statement()
1678 case ST_END_TEAM: case ST_SYNC_TEAM: \
2025 case ST_END_TEAM: in gfc_ascii_statement()
H A Dmatch.c1640 match ("end team", gfc_match_end_team, ST_END_TEAM) in gfc_match_if()
3544 gfc_syntax_error (ST_END_TEAM); in gfc_match_end_team()
H A Dmatch.cc1615 match ("end team", gfc_match_end_team, ST_END_TEAM) in gfc_match_if()
3585 gfc_syntax_error (ST_END_TEAM); in gfc_match_end_team()
H A Dgfortran.h303 ST_END_TEAM, ST_SYNC_TEAM, ST_OMP_PARALLEL_MASTER, enumerator
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c475 match ("end team", gfc_match_end_team, ST_END_TEAM); in decode_statement()
1560 case ST_END_TEAM: case ST_SYNC_TEAM: \
1896 case ST_END_TEAM: in gfc_ascii_statement()
H A Dmatch.c1640 match ("end team", gfc_match_end_team, ST_END_TEAM) in gfc_match_if()
3544 gfc_syntax_error (ST_END_TEAM); in gfc_match_end_team()
H A Dgfortran.h269 ST_END_TEAM, ST_SYNC_TEAM, ST_NONE enumerator