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 D | parse.cc | 925 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 D | match.h | 229 match gfc_match_omp_end_nowait (void);
|
H A D | ChangeLog-2021 | 1358 (gfc_match_omp_cancellation_point, gfc_match_omp_end_nowait):
|
H A D | openmp.cc | 6013 gfc_match_omp_end_nowait (void) in gfc_match_omp_end_nowait() function
|
H A D | ChangeLog-2006 | 3848 gfc_match_omp_end_nowait, gfc_match_omp_end_single): New prototypes.
|
H A D | ChangeLog-2010 | 4001 (gfc_match_omp_end_nowait): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.h | 211 match gfc_match_omp_end_nowait (void);
|
H A D | parse.c | 917 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 D | openmp.c | 3829 gfc_match_omp_end_nowait (void) in gfc_match_omp_end_nowait() function
|