Searched refs:OMP_PARALLEL_CLAUSES (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-nested.c | 1084 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 D | omp-low.c | 1179 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 D | gimplify.c | 4932 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 D | tree-pretty-print.c | 1708 dump_omp_clauses (buffer, OMP_PARALLEL_CLAUSES (node), spc, flags); in dump_generic_node()
|
H A D | tree.def | 960 Operand 1: OMP_PARALLEL_CLAUSES: List of clauses.
|
H A D | tree.h | 1558 #define OMP_PARALLEL_CLAUSES(NODE) TREE_OPERAND (OMP_PARALLEL_CHECK (NODE), 1) macro
|
H A D | c-typeck.c | 8615 OMP_PARALLEL_CLAUSES (stmt) = clauses; in c_finish_omp_parallel()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 3762 OMP_PARALLEL_CLAUSES (stmt) = clauses; in finish_omp_parallel()
|
H A D | pt.c | 8755 tmp = tsubst_omp_clauses (OMP_PARALLEL_CLAUSES (t), in tsubst_expr()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 2586 Operand @code{OMP_PARALLEL_CLAUSES} is the list of clauses
|
H A D | gccint.info | 6121 Operand `OMP_PARALLEL_CLAUSES' is the list of clauses associated
|