Home
last modified time | relevance | path

Searched refs:OMP_PARALLEL_CLAUSES (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-nested.c1084 if (convert_nonlocal_omp_clauses (&OMP_PARALLEL_CLAUSES (t), wi)) in convert_nonlocal_reference()
1090 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (t); in convert_nonlocal_reference()
1091 OMP_PARALLEL_CLAUSES (t) = c; in convert_nonlocal_reference()
1370 if (convert_local_omp_clauses (&OMP_PARALLEL_CLAUSES (t), wi)) in convert_local_reference()
1376 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (t); in convert_local_reference()
1377 OMP_PARALLEL_CLAUSES (t) = c; in convert_local_reference()
1722 for (c = OMP_PARALLEL_CLAUSES (t); c; c = OMP_CLAUSE_CHAIN (c)) in convert_call_expr()
1731 OMP_CLAUSE_CHAIN (c) = OMP_PARALLEL_CLAUSES (t); in convert_call_expr()
1732 OMP_PARALLEL_CLAUSES (t) = c; in convert_call_expr()
H A Domp-low.c1179 scan_sharing_clauses (OMP_PARALLEL_CLAUSES (*stmt_p), ctx); in scan_omp_parallel()
1863 clauses = find_omp_clause (OMP_PARALLEL_CLAUSES (ctx->stmt), in lower_lastprivate_clauses()
2165 clauses = OMP_PARALLEL_CLAUSES (entry_stmt); in expand_parallel_call()
4160 clauses = OMP_PARALLEL_CLAUSES (stmt); in lower_omp_parallel()
H A Dgimplify.c4932 gimplify_scan_omp_clauses (&OMP_PARALLEL_CLAUSES (expr), pre_p, true, in gimplify_omp_parallel()
4944 gimplify_adjust_omp_clauses (&OMP_PARALLEL_CLAUSES (expr)); in gimplify_omp_parallel()
H A Dtree-pretty-print.c1708 dump_omp_clauses (buffer, OMP_PARALLEL_CLAUSES (node), spc, flags); in dump_generic_node()
H A Dtree.def960 Operand 1: OMP_PARALLEL_CLAUSES: List of clauses.
H A Dtree.h1558 #define OMP_PARALLEL_CLAUSES(NODE) TREE_OPERAND (OMP_PARALLEL_CHECK (NODE), 1) macro
H A Dc-typeck.c8615 OMP_PARALLEL_CLAUSES (stmt) = clauses; in c_finish_omp_parallel()
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c3762 OMP_PARALLEL_CLAUSES (stmt) = clauses; in finish_omp_parallel()
H A Dpt.c8755 tmp = tsubst_omp_clauses (OMP_PARALLEL_CLAUSES (t), in tsubst_expr()
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi2586 Operand @code{OMP_PARALLEL_CLAUSES} is the list of clauses
H A Dgccint.info6121 Operand `OMP_PARALLEL_CLAUSES' is the list of clauses associated