Lines Matching refs:copy_body_r
179 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
579 return copy_body_r (tp, walk_subtrees, data); in copy_body_r()
663 walk_tree (&TREE_OPERAND (*tp, 0), copy_body_r, id, NULL); in copy_body_r()
702 walk_tree (&stmt, copy_body_r, id, NULL); in copy_bb()
975 walk_tree (&body, copy_body_r, id, NULL); in copy_generic_body()