Home
last modified time | relevance | path

Searched refs:GOMP_TARGET_FLAG_EXIT_DATA (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h224 #define GOMP_TARGET_FLAG_EXIT_DATA (1 << 1) macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h255 #define GOMP_TARGET_FLAG_EXIT_DATA (1 << 1) macro
H A DChangeLog715 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA,
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c2482 if ((flags & GOMP_TARGET_FLAG_EXIT_DATA) == 0) in GOMP_target_enter_exit_data()
2561 else if ((ttask->flags & GOMP_TARGET_FLAG_EXIT_DATA) == 0) in gomp_target_task_fn()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c3127 if ((flags & GOMP_TARGET_FLAG_EXIT_DATA) == 0) in GOMP_target_enter_exit_data()
3222 if ((ttask->flags & GOMP_TARGET_FLAG_EXIT_DATA) == 0) in gomp_target_task_fn()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-expand.c8203 flags_i |= GOMP_TARGET_FLAG_EXIT_DATA; in expand_omp_target()
H A Domp-expand.cc9974 flags_i |= GOMP_TARGET_FLAG_EXIT_DATA; in expand_omp_target()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c8203 flags_i |= GOMP_TARGET_FLAG_EXIT_DATA; in expand_omp_target()