Lines Matching defs:copy_tree_body_r
103 See the CALL_EXPR handling case in copy_tree_body_r (). */
398 walk_tree (&DECL_SIZE (t), copy_tree_body_r, id, NULL);
399 walk_tree (&DECL_SIZE_UNIT (t), copy_tree_body_r, id, NULL);
404 walk_tree (&DECL_FIELD_OFFSET (t), copy_tree_body_r, id, NULL);
406 walk_tree (&DECL_QUALIFIER (t), copy_tree_body_r, id, NULL);
499 walk_tree (&TYPE_MIN_VALUE (new_tree), copy_tree_body_r, id, NULL);
503 walk_tree (&TYPE_MAX_VALUE (new_tree), copy_tree_body_r, id, NULL);
517 walk_tree (&TYPE_ARG_TYPES (new_tree), copy_tree_body_r, id, NULL);
598 walk_tree (&TYPE_SIZE (new_tree), copy_tree_body_r, id, NULL);
599 walk_tree (&TYPE_SIZE_UNIT (new_tree), copy_tree_body_r, id, NULL);
792 walk_tree (&tem, copy_tree_body_r, id, NULL);
1191 copy_tree_body_r (tree *tp, int *walk_subtrees, void *data)
1309 return copy_tree_body_r (tp, walk_subtrees, data);
1371 walk_tree (&ptr, copy_tree_body_r, data, NULL);
1431 walk_tree (&TREE_OPERAND (*tp, 0), copy_tree_body_r, id, NULL);
1469 copy_tree_body_r, id, NULL);
1472 walk_tree (&TREE_VALUE (t), copy_tree_body_r, id, NULL);
2735 walk_tree (&new_res, copy_tree_body_r, id, NULL);
2763 walk_tree (&new_arg, copy_tree_body_r, id, NULL);
3321 walk_tree (&body, copy_tree_body_r, id, NULL);
4694 walk_tree (&tem, copy_tree_body_r, id, NULL);
6143 walk_tree (&replace_info->new_tree, copy_tree_body_r, id, NULL);