Searched refs:GOMP_TARGET_FLAG_EXIT_DATA (Results 1 - 6 of 6) sorted by relevance

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

Completed in 136 milliseconds