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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h218 #define GOMP_TASK_FLAG_IF (1 << 10) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h247 #define GOMP_TASK_FLAG_IF (1 << 10) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c48 flags &= ~GOMP_TASK_FLAG_IF;
190 if ((flags & GOMP_TASK_FLAG_IF) == 0 || team == NULL
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c48 flags &= ~GOMP_TASK_FLAG_IF;
209 if ((flags & GOMP_TASK_FLAG_IF) == 0 || team == NULL
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c845 iflags |= GOMP_TASK_FLAG_IF;
865 GOMP_TASK_FLAG_IF),
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc815 iflags |= GOMP_TASK_FLAG_IF;
840 GOMP_TASK_FLAG_IF),

Completed in 239 milliseconds