Home
last modified time | relevance | path

Searched refs:ST_OMP_END_PARALLEL_DO (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.c924 matcho ("end parallel do", gfc_match_omp_eos_error, ST_OMP_END_PARALLEL_DO); in decode_omp_directive()
2303 case ST_OMP_END_PARALLEL_DO: in gfc_ascii_statement()
4967 case ST_OMP_PARALLEL_DO: omp_end_st = ST_OMP_END_PARALLEL_DO; break; in parse_omp_do()
H A Dparse.cc942 matcho ("end parallel do", gfc_match_omp_eos_error, ST_OMP_END_PARALLEL_DO); in decode_omp_directive()
2459 case ST_OMP_END_PARALLEL_DO: in gfc_ascii_statement()
5214 case ST_OMP_PARALLEL_DO: omp_end_st = ST_OMP_END_PARALLEL_DO; break; in parse_omp_do()
H A Dgfortran.h265 ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO, ST_OMP_END_PARALLEL_SECTIONS, enumerator
H A DChangeLog-20063801 ST_OMP_END_ORDERED, ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO,
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c924 matcho ("end parallel do", gfc_match_omp_eos_error, ST_OMP_END_PARALLEL_DO); in decode_omp_directive()
2303 case ST_OMP_END_PARALLEL_DO: in gfc_ascii_statement()
4967 case ST_OMP_PARALLEL_DO: omp_end_st = ST_OMP_END_PARALLEL_DO; break; in parse_omp_do()
H A Dgfortran.h231 ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO, ST_OMP_END_PARALLEL_SECTIONS, enumerator