Home
last modified time | relevance | path

Searched refs:gfc_trans_omp_taskwait (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c5184 gfc_trans_omp_taskwait (void) in gfc_trans_omp_taskwait() function
5813 return gfc_trans_omp_taskwait (); in gfc_trans_omp_directive()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc6710 gfc_trans_omp_taskwait (gfc_code *code) in gfc_trans_omp_taskwait() function
7527 return gfc_trans_omp_taskwait (code); in gfc_trans_omp_directive()
H A DChangeLog-20211807 (gfc_trans_omp_taskwait): Handle depend clause.
H A DChangeLog-20082218 (gfc_trans_omp_task, gfc_trans_omp_taskwait): New functions.