Home
last modified time | relevance | path

Searched refs:OMP_ORDERED_CLAUSES (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-omp.c123 OMP_ORDERED_CLAUSES (t) = clauses; in c_finish_omp_ordered()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-pretty-print.c3115 dump_omp_clauses (pp, OMP_ORDERED_CLAUSES (node), spc, flags); in dump_generic_node()
HDtree.def1187 Operand 1: OMP_ORDERED_CLAUSES: List of clauses. */
HDgimplify.c11192 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()
HDtree.h1395 #define OMP_ORDERED_CLAUSES(NODE) TREE_OPERAND (OMP_ORDERED_CHECK (NODE), 1) macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c17297 tmp = tsubst_omp_clauses (OMP_ORDERED_CLAUSES (t), C_ORT_OMP, args, in tsubst_expr()
17305 OMP_ORDERED_CLAUSES (t) = tmp; in tsubst_expr()