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

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c4194 gfc_statement omp_end_st = ST_OMP_END_DO; local
4197 case ST_OMP_DISTRIBUTE: omp_end_st = ST_OMP_END_DISTRIBUTE; break;
4199 omp_end_st = ST_OMP_END_DISTRIBUTE_PARALLEL_DO;
4202 omp_end_st = ST_OMP_END_DISTRIBUTE_PARALLEL_DO_SIMD;
4205 omp_end_st = ST_OMP_END_DISTRIBUTE_SIMD;
4207 case ST_OMP_DO: omp_end_st = ST_OMP_END_DO; break;
4208 case ST_OMP_DO_SIMD: omp_end_st = ST_OMP_END_DO_SIMD; break;
4209 case ST_OMP_PARALLEL_DO: omp_end_st = ST_OMP_END_PARALLEL_DO; break;
4211 omp_end_st = ST_OMP_END_PARALLEL_DO_SIMD;
4213 case ST_OMP_SIMD: omp_end_st
4433 gfc_statement st, omp_end_st; local
[all...]

Completed in 41 milliseconds