Home
last modified time | relevance | path

Searched refs:ST_OMP_END_TASKLOOP (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c954 matcho ("end taskloop", gfc_match_omp_eos_error, ST_OMP_END_TASKLOOP); in decode_omp_directive()
2360 case ST_OMP_END_TASKLOOP: in gfc_ascii_statement()
4991 case ST_OMP_TASKLOOP: omp_end_st = ST_OMP_END_TASKLOOP; break; in parse_omp_do()
H A Dgfortran.h264 ST_OMP_TASKLOOP, ST_OMP_END_TASKLOOP, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc992 matcho ("end taskloop", gfc_match_omp_eos_error, ST_OMP_END_TASKLOOP); in decode_omp_directive()
2544 case ST_OMP_END_TASKLOOP: in gfc_ascii_statement()
5251 case ST_OMP_TASKLOOP: omp_end_st = ST_OMP_END_TASKLOOP; break; in parse_omp_do()
H A Dgfortran.h298 ST_OMP_TASKLOOP, ST_OMP_END_TASKLOOP, ST_OMP_SCAN, ST_OMP_DEPOBJ, enumerator
H A DChangeLog-2016789 ST_OMP_TASKLOOP, ST_OMP_END_TASKLOOP, ST_OMP_TASKLOOP_SIMD,