Home
last modified time | relevance | path

Searched refs:OMP_PARALLEL_BODY (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-nested.c1097 walk_body (convert_nonlocal_reference, info, &OMP_PARALLEL_BODY (t)); in convert_nonlocal_reference()
1100 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false); in convert_nonlocal_reference()
1383 walk_body (convert_local_reference, info, &OMP_PARALLEL_BODY (t)); in convert_local_reference()
1386 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false); in convert_local_reference()
1714 walk_body (convert_call_expr, info, &OMP_PARALLEL_BODY (t)); in convert_call_expr()
H A Domp-low.c1160 && empty_body_p (OMP_PARALLEL_BODY (*stmt_p)) in scan_omp_parallel()
1180 scan_omp (&OMP_PARALLEL_BODY (*stmt_p), ctx); in scan_omp_parallel()
4161 par_bind = OMP_PARALLEL_BODY (stmt); in lower_omp_parallel()
4224 OMP_PARALLEL_BODY (stmt) = new_body; in lower_omp_parallel()
H A Dgimplify.c4937 gimplify_stmt (&OMP_PARALLEL_BODY (expr)); in gimplify_omp_parallel()
4939 if (TREE_CODE (OMP_PARALLEL_BODY (expr)) == BIND_EXPR) in gimplify_omp_parallel()
4940 pop_gimplify_context (OMP_PARALLEL_BODY (expr)); in gimplify_omp_parallel()
H A Dtree.def959 Operand 0: OMP_PARALLEL_BODY: Code to be executed by all threads.
H A Dtree.h1557 #define OMP_PARALLEL_BODY(NODE) TREE_OPERAND (OMP_PARALLEL_CHECK (NODE), 0) macro
H A Dc-typeck.c8616 OMP_PARALLEL_BODY (stmt) = block; in c_finish_omp_parallel()
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c3763 OMP_PARALLEL_BODY (stmt) = body; in finish_omp_parallel()
H A Dpt.c8758 RECUR (OMP_PARALLEL_BODY (t)); in tsubst_expr()
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi2580 Operand @code{OMP_PARALLEL_BODY} is valid while in GENERIC and
H A Dgccint.info6116 Operand `OMP_PARALLEL_BODY' is valid while in GENERIC and High