Searched refs:GOMP_TASK_FLAG_FINAL (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c210 || (flags & GOMP_TASK_FLAG_FINAL);
250 || (flags & GOMP_TASK_FLAG_FINAL);
311 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1;
H A Dtask.c405 || (flags & GOMP_TASK_FLAG_FINAL);
473 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c229 || (flags & GOMP_TASK_FLAG_FINAL);
269 || (flags & GOMP_TASK_FLAG_FINAL);
330 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1;
H A Dtask.c412 || (flags & GOMP_TASK_FLAG_FINAL);
511 task->final_task = (flags & GOMP_TASK_FLAG_FINAL) >> 1;
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h212 #define GOMP_TASK_FLAG_FINAL (1 << 1) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h241 #define GOMP_TASK_FLAG_FINAL (1 << 1) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c879 GOMP_TASK_FLAG_FINAL),
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc854 GOMP_TASK_FLAG_FINAL),

Completed in 167 milliseconds