| D | tree-inline.c | 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 [all …]
|