Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc12253 if (OMP_TASK_BODY (expr) == NULL_TREE) in gimplify_omp_task()
12269 if (OMP_TASK_BODY (expr)) in gimplify_omp_task()
12273 g = gimplify_and_return_first (OMP_TASK_BODY (expr), &body); in gimplify_omp_task()
12287 if (OMP_TASK_BODY (expr) == NULL_TREE) in gimplify_omp_task()
Dtree-pretty-print.cc3517 pp_string (pp, OMP_TASK_BODY (node) ? "#pragma omp task" in dump_generic_node()
Dtree.def1135 Operand 0: OMP_TASK_BODY: Code to be executed by all threads.
Dtree.h1422 #define OMP_TASK_BODY(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 0) macro
DChangeLog-200817193 OMP_TASKREG_FN, OMP_TASKREG_DATA_ARG, OMP_TASK_BODY,
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc9975 OMP_TASK_BODY (stmt) = body; in finish_omp_task()
Dpt.cc19177 if (OMP_TASK_BODY (t) == NULL_TREE) in tsubst_expr()
19190 RECUR (OMP_TASK_BODY (t)); in tsubst_expr()
Dparser.cc43675 OMP_TASK_BODY (stmt) = NULL_TREE; in cp_parser_omp_taskwait()