Home
last modified time | relevance | path

Searched refs:ST_OMP_MASTER_TASKLOOP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc1019 ST_OMP_MASTER_TASKLOOP); in decode_omp_directive()
1697 case ST_OMP_MASTER: case ST_OMP_MASTER_TASKLOOP: \
2592 case ST_OMP_MASTER_TASKLOOP: in gfc_ascii_statement()
5257 case ST_OMP_MASTER_TASKLOOP: omp_end_st = ST_OMP_END_MASTER_TASKLOOP; break; in parse_omp_do()
5924 case ST_OMP_MASTER_TASKLOOP: in parse_executable()
H A Dgfortran.h306 ST_OMP_END_PARALLEL_MASTER_TASKLOOP_SIMD, ST_OMP_MASTER_TASKLOOP, enumerator
H A Dopenmp.cc8696 return ST_OMP_MASTER_TASKLOOP; in omp_code_to_statement()