Home
last modified time | relevance | path

Searched refs:copy_body_r (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-inline.c179 walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL); in remap_decl()
180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); in remap_decl()
185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); in remap_decl()
187 walk_tree (&DECL_QUALIFIER (t), copy_body_r, id, NULL); in remap_decl()
272 walk_tree (&TYPE_MIN_VALUE (new), copy_body_r, id, NULL); in remap_type_1()
276 walk_tree (&TYPE_MAX_VALUE (new), copy_body_r, id, NULL); in remap_type_1()
281 walk_tree (&TYPE_ARG_TYPES (new), copy_body_r, id, NULL); in remap_type_1()
312 walk_tree (&TYPE_SIZE (new), copy_body_r, id, NULL); in remap_type_1()
313 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, id, NULL); in remap_type_1()
466 copy_body_r (tree *tp, int *walk_subtrees, void *data) in copy_body_r() function
[all …]
Dtree-inline.h95 extern tree copy_body_r (tree *, int *, void *);
Domp-low.c657 walk_tree (&ve, copy_body_r, &ctx->cb, NULL); in fixup_remapped_decl()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree-inline.c112 static tree copy_body_r PARAMS ((tree *, int *, void *));
174 copy_body_r, id, NULL);
415 copy_body_r (tp, walk_subtrees, data) in copy_body_r() function
478 copy_body_r (&assignment, walk_subtrees, data);
592 walk_tree (&body, copy_body_r, id, NULL);
DChangeLog15330 * tree-inline.c (copy_body_r): Adjust.
15734 (copy_body_r): Handle Java trees. Add handling for
DChangeLog.69321 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-2000178 * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
684 * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
2182 * optimize.c (copy_body_r): Likewise.
4202 * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
4478 (copy_body_r): Allow ret_label to be NULL.
6971 * optimize.c (copy_body_r): Clear the operand three of a
DChangeLog-2001791 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
817 (remap_block, copy_body_r, declare_return_variable): Likewise.
3406 * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
DChangeLog-1999302 * optimize.c (copy_body_r): Pass it.
411 (copy_body_r): Use remap_decl and copy_scope_stmt.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
DChangeLog6768 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
6794 (remap_block, copy_body_r, declare_return_variable): Likewise.
9383 * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
10050 * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
10556 * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
12054 * optimize.c (copy_body_r): Likewise.
14074 * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
14350 (copy_body_r): Allow ret_label to be NULL.
16843 * optimize.c (copy_body_r): Clear the operand three of a
DChangeLog.2302 * optimize.c (copy_body_r): Pass it.
411 (copy_body_r): Use remap_decl and copy_scope_stmt.