Home
last modified time | relevance | path

Searched refs:ST_OMP_PARALLEL_DO (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.c989 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 Dparse.cc1043 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 Dgfortran.h268 ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS, enumerator
H A Dopenmp.c5998 return ST_OMP_PARALLEL_DO; in omp_code_to_statement()
H A Dopenmp.cc8794 return ST_OMP_PARALLEL_DO; in omp_code_to_statement()
H A DChangeLog-20063805 ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS,
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c989 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 Dgfortran.h234 ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS, enumerator
H A Dopenmp.c5998 return ST_OMP_PARALLEL_DO; in omp_code_to_statement()