Searched refs:ST_OMP_PARALLEL_DO (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 989 matcho ("parallel do", gfc_match_omp_parallel_do, ST_OMP_PARALLEL_DO); in decode_omp_directive() 1573 case ST_OMP_DO: case ST_OMP_PARALLEL_DO: case ST_OMP_ATOMIC: \ 2397 case ST_OMP_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() 5367 case ST_OMP_PARALLEL_DO: in parse_omp_structured_block() 5585 case ST_OMP_PARALLEL_DO: in parse_executable()
|
H A D | parse.cc | 1043 matcho ("parallel do", gfc_match_omp_parallel_do, ST_OMP_PARALLEL_DO); in decode_omp_directive() 1698 case ST_OMP_DO: case ST_OMP_PARALLEL_DO: case ST_OMP_ATOMIC: \ 2604 case ST_OMP_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() 5667 case ST_OMP_PARALLEL_DO: in parse_omp_structured_block() 5911 case ST_OMP_PARALLEL_DO: in parse_executable()
|
H A D | gfortran.h | 268 ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS, enumerator
|
H A D | openmp.c | 5998 return ST_OMP_PARALLEL_DO; in omp_code_to_statement()
|
H A D | openmp.cc | 8794 return ST_OMP_PARALLEL_DO; in omp_code_to_statement()
|
H A D | ChangeLog-2006 | 3805 ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 989 matcho ("parallel do", gfc_match_omp_parallel_do, ST_OMP_PARALLEL_DO); in decode_omp_directive() 1573 case ST_OMP_DO: case ST_OMP_PARALLEL_DO: case ST_OMP_ATOMIC: \ 2397 case ST_OMP_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() 5367 case ST_OMP_PARALLEL_DO: in parse_omp_structured_block() 5585 case ST_OMP_PARALLEL_DO: in parse_executable()
|
H A D | gfortran.h | 234 ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS, enumerator
|
H A D | openmp.c | 5998 return ST_OMP_PARALLEL_DO; in omp_code_to_statement()
|