Searched refs:ST_OACC_PARALLEL_LOOP (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c642 match ("parallel loop", gfc_match_oacc_parallel_loop, ST_OACC_PARALLEL_LOOP);
1356 case ST_OACC_PARALLEL_LOOP: case ST_OACC_PARALLEL: case ST_OACC_KERNELS: \
1858 case ST_OACC_PARALLEL_LOOP:
4414 if ((acc_st == ST_OACC_PARALLEL_LOOP && st == ST_OACC_END_PARALLEL_LOOP) ||
4747 case ST_OACC_PARALLEL_LOOP:
H A Dgfortran.h219 ST_OACC_PARALLEL_LOOP, ST_OACC_END_PARALLEL_LOOP, ST_OACC_PARALLEL, enumerator in enum:__anon86
H A Dopenmp.c4314 return ST_OACC_PARALLEL_LOOP;

Completed in 104 milliseconds