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 D | parse.c | 954 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 D | gfortran.h | 264 ST_OMP_TASKLOOP, ST_OMP_END_TASKLOOP, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.cc | 992 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 D | gfortran.h | 298 ST_OMP_TASKLOOP, ST_OMP_END_TASKLOOP, ST_OMP_SCAN, ST_OMP_DEPOBJ, enumerator
|
H A D | ChangeLog-2016 | 789 ST_OMP_TASKLOOP, ST_OMP_END_TASKLOOP, ST_OMP_TASKLOOP_SIMD,
|