Home
last modified time | relevance | path

Searched refs:OMP_TASK_BODY (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.def998 Operand 0: OMP_TASK_BODY: Code to be executed by all threads.
H A Dtree.h1833 #define OMP_TASK_BODY(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 0) macro
H A Dgimplify.c6290 g = gimplify_and_return_first (OMP_TASK_BODY (expr), &body); in gimplify_omp_task()
H A Dc-typeck.c10740 OMP_TASK_BODY (stmt) = block; in c_finish_omp_task()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.def1118 Operand 0: OMP_TASK_BODY: Code to be executed by all threads.
H A Dtree.h1366 #define OMP_TASK_BODY(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 0) macro
H A Dgimplify.c9592 g = gimplify_and_return_first (OMP_TASK_BODY (expr), &body); in gimplify_omp_task()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c4441 OMP_TASK_BODY (stmt) = body; in finish_omp_task()
H A Dpt.c12898 RECUR (OMP_TASK_BODY (t)); in tsubst_expr()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c7683 OMP_TASK_BODY (stmt) = body; in finish_omp_task()
H A Dpt.c17128 RECUR (OMP_TASK_BODY (t)); in tsubst_expr()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c12377 OMP_TASK_BODY (stmt) = block; in c_finish_omp_task()