Searched refs:OMP_FOR_BODY (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cp-gimplify.cc | 1057 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()
|
| D | semantics.cc | 10464 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()
|
| D | parser.cc | 43018 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()
|
| D | pt.cc | 19255 RECUR (OMP_FOR_BODY (t)); in tsubst_expr() 19269 OMP_FOR_BODY (t) = body; in tsubst_expr()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-pretty-print.cc | 3637 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()
|
| D | gimplify.cc | 12347 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()
|
| D | tree.def | 1141 Operand 0: OMP_FOR_BODY: Loop body.
|
| D | tree.h | 1430 #define OMP_FOR_BODY(NODE) TREE_OPERAND (OMP_LOOPING_CHECK (NODE), 0) macro
|
| D | ChangeLog-2019 | 20461 (OMP_FOR_BODY, OMP_FOR_CLAUSES, OMP_FOR_INIT, OMP_FOR_COND,
|
| D | ChangeLog-2013 | 15413 (OMP_FOR_BODY, OMP_FOR_CLAUSES, OMP_FOR_INIT, OMP_FOR_COND,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | generic.texi | 2301 Operand @code{OMP_FOR_BODY} contains the loop body.
|
| D | gccint.info | 11971 Operand 'OMP_FOR_BODY' contains the loop body.
|