Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc925 matchs ("end do simd", gfc_match_omp_end_nowait, ST_OMP_END_DO_SIMD); in decode_omp_directive()
926 matcho ("end do", gfc_match_omp_end_nowait, ST_OMP_END_DO); in decode_omp_directive()
962 matcho ("end scope", gfc_match_omp_end_nowait, ST_OMP_END_SCOPE); in decode_omp_directive()
963 matcho ("end sections", gfc_match_omp_end_nowait, ST_OMP_END_SECTIONS); in decode_omp_directive()
966 matchs ("end target parallel do simd", gfc_match_omp_end_nowait, in decode_omp_directive()
968 matcho ("end target parallel do", gfc_match_omp_end_nowait, in decode_omp_directive()
970 matcho ("end target parallel loop", gfc_match_omp_end_nowait, in decode_omp_directive()
972 matcho ("end target parallel", gfc_match_omp_end_nowait, in decode_omp_directive()
974 matchs ("end target simd", gfc_match_omp_end_nowait, ST_OMP_END_TARGET_SIMD); in decode_omp_directive()
976 gfc_match_omp_end_nowait, in decode_omp_directive()
[all …]
H A Dmatch.h229 match gfc_match_omp_end_nowait (void);
H A DChangeLog-20211358 (gfc_match_omp_cancellation_point, gfc_match_omp_end_nowait):
H A Dopenmp.cc6013 gfc_match_omp_end_nowait (void) in gfc_match_omp_end_nowait() function
H A DChangeLog-20063848 gfc_match_omp_end_nowait, gfc_match_omp_end_single): New prototypes.
H A DChangeLog-20104001 (gfc_match_omp_end_nowait): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h211 match gfc_match_omp_end_nowait (void);
H A Dparse.c917 matchs ("end do simd", gfc_match_omp_end_nowait, ST_OMP_END_DO_SIMD); in decode_omp_directive()
918 matcho ("end do", gfc_match_omp_end_nowait, ST_OMP_END_DO); in decode_omp_directive()
930 matcho ("end sections", gfc_match_omp_end_nowait, ST_OMP_END_SECTIONS); in decode_omp_directive()
965 matcho ("end workshare", gfc_match_omp_end_nowait, in decode_omp_directive()
H A Dopenmp.c3829 gfc_match_omp_end_nowait (void) in gfc_match_omp_end_nowait() function