Searched refs:OMP_ORDERED_CLAUSES (Results 1 – 6 of 6) sorted by relevance
123 OMP_ORDERED_CLAUSES (t) = clauses; in c_finish_omp_ordered()
3115 dump_omp_clauses (pp, OMP_ORDERED_CLAUSES (node), spc, flags); in dump_generic_node()
1187 Operand 1: OMP_ORDERED_CLAUSES: List of clauses. */
11192 for (c = OMP_ORDERED_CLAUSES (expr); c; c = OMP_CLAUSE_CHAIN (c)) in gimplify_omp_ordered()11261 return gimple_build_omp_ordered (body, OMP_ORDERED_CLAUSES (expr)); in gimplify_omp_ordered()
1395 #define OMP_ORDERED_CLAUSES(NODE) TREE_OPERAND (OMP_ORDERED_CHECK (NODE), 1) macro
17297 tmp = tsubst_omp_clauses (OMP_ORDERED_CLAUSES (t), C_ORT_OMP, args, in tsubst_expr()17305 OMP_ORDERED_CLAUSES (t) = tmp; in tsubst_expr()