Searched refs:gfc_match_omp_task (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.h | 197 match gfc_match_omp_task (void);
|
H A D | parse.c | 1035 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
|
H A D | openmp.c | 3552 gfc_match_omp_task (void) in gfc_match_omp_task() function
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.h | 214 match gfc_match_omp_task (void);
|
H A D | parse.c | 1035 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
|
H A D | parse.cc | 1116 matcho ("task", gfc_match_omp_task, ST_OMP_TASK); in decode_omp_directive()
|
H A D | ChangeLog-2008 | 2180 * match.h (gfc_match_omp_task, gfc_match_omp_taskwait): New 2196 (gfc_match_omp_task, gfc_match_omp_taskwait): New functions.
|
H A D | ChangeLog-2014 | 1459 gfc_match_omp_task): Rewritten using match_omp.
|
H A D | openmp.c | 3552 gfc_match_omp_task (void) in gfc_match_omp_task() function
|
H A D | ChangeLog-2016 | 700 (gfc_match_omp_task, gfc_match_omp_taskwait, gfc_match_omp_taskyield):
|
H A D | openmp.cc | 5629 gfc_match_omp_task (void) in gfc_match_omp_task() function
|