Searched refs:ST_OMP_END_PARALLEL_DO (Results 1 – 6 of 6) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 924 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 D | parse.cc | 942 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 D | gfortran.h | 265 ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO, ST_OMP_END_PARALLEL_SECTIONS, enumerator
|
H A D | ChangeLog-2006 | 3801 ST_OMP_END_ORDERED, ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 924 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 D | gfortran.h | 231 ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO, ST_OMP_END_PARALLEL_SECTIONS, enumerator
|