Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h297 #define GOMP_DEPEND_IN 1 macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h327 #define GOMP_DEPEND_IN 1 macro
H A DChangeLog339 GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT,
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c203 case GOMP_DEPEND_IN: in gomp_task_handle_depend()
220 if ((uintptr_t) d[1] != GOMP_DEPEND_IN) in gomp_task_handle_depend()
1655 case GOMP_DEPEND_IN: in gomp_task_maybe_wait_for_dependencies()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dtask.c206 case GOMP_DEPEND_IN: in gomp_task_handle_depend()
223 if ((uintptr_t) d[1] != GOMP_DEPEND_IN) in gomp_task_handle_depend()
1750 case GOMP_DEPEND_IN: in gomp_task_maybe_wait_for_dependencies()
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.c548 k = GOMP_DEPEND_IN; in c_finish_omp_depobj()
H A Dc-omp.cc789 k = GOMP_DEPEND_IN; in c_finish_omp_depobj()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c548 k = GOMP_DEPEND_IN; in c_finish_omp_depobj()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc5581 case OMP_DEPEND_IN: k = GOMP_DEPEND_IN; break; in gfc_trans_omp_depobj()