Home
last modified time | relevance | path

Searched refs:OMP_FOR_BODY (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-gimplify.cc1057 cp_walk_tree (&OMP_FOR_BODY (stmt), cp_fold_r, data, NULL); in cp_fold_r()
1711 tree inner = walk_tree (&OMP_FOR_BODY (*stmt_p), in cp_genericize_r()
Dsemantics.cc10464 OMP_FOR_BODY (stmt) = body; in finish_omp_for()
10737 OMP_FOR_BODY (omp_for), b); in finish_omp_for_block()
10739 OMP_FOR_BODY (omp_for) = b; in finish_omp_for_block()
Dparser.cc43018 OMP_FOR_BODY (ret) = body; in cp_parser_omp_for()
43868 OMP_FOR_BODY (ret) = body; in cp_parser_omp_distribute()
46902 OMP_FOR_BODY (ret) = body; in cp_parser_omp_taskloop()
Dpt.cc19255 RECUR (OMP_FOR_BODY (t)); in tsubst_expr()
19269 OMP_FOR_BODY (t) = body; in tsubst_expr()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-pretty-print.cc3637 if (OMP_FOR_BODY (node)) in dump_generic_node()
3642 dump_generic_node (pp, OMP_FOR_BODY (node), spc + 4, flags, in dump_generic_node()
Dgimplify.cc12347 inner_for_stmt = walk_tree (&OMP_FOR_BODY (for_stmt), in gimplify_omp_for()
13147 if (TREE_CODE (OMP_FOR_BODY (orig_for_stmt)) != BIND_EXPR) in gimplify_omp_for()
13149 OMP_FOR_BODY (orig_for_stmt) in gimplify_omp_for()
13151 OMP_FOR_BODY (orig_for_stmt), NULL); in gimplify_omp_for()
13152 TREE_SIDE_EFFECTS (OMP_FOR_BODY (orig_for_stmt)) = 1; in gimplify_omp_for()
13156 gimple *g = gimplify_and_return_first (OMP_FOR_BODY (orig_for_stmt), in gimplify_omp_for()
13741 OMP_FOR_BODY (t) = *expr_p; in gimplify_omp_loop()
Dtree.def1141 Operand 0: OMP_FOR_BODY: Loop body.
Dtree.h1430 #define OMP_FOR_BODY(NODE) TREE_OPERAND (OMP_LOOPING_CHECK (NODE), 0) macro
DChangeLog-201920461 (OMP_FOR_BODY, OMP_FOR_CLAUSES, OMP_FOR_INIT, OMP_FOR_COND,
DChangeLog-201315413 (OMP_FOR_BODY, OMP_FOR_CLAUSES, OMP_FOR_INIT, OMP_FOR_COND,
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi2301 Operand @code{OMP_FOR_BODY} contains the loop body.
Dgccint.info11971 Operand 'OMP_FOR_BODY' contains the loop body.