| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | pdb.c | 2144 remap_type (void *data, struct type_entry **map, in remap_type() function 2246 if (!remap_type (&usl->type, map, type_num, num_types)) in handle_udt_src_line() 2369 if (!remap_type (&mod->base_type, map, type_num, num_types)) in handle_type() 2386 if (!remap_type (&ptr->base_type, map, type_num, num_types)) in handle_type() 2403 if (!remap_type (&proc->return_type, map, type_num, num_types)) in handle_type() 2406 if (!remap_type (&proc->arglist, map, type_num, num_types)) in handle_type() 2423 if (!remap_type (&func->return_type, map, type_num, num_types)) in handle_type() 2426 if (!remap_type (&func->containing_class_type, map, type_num, in handle_type() 2430 if (!remap_type (&func->this_type, map, type_num, num_types)) in handle_type() 2433 if (!remap_type (&func->arglist, map, type_num, num_types)) in handle_type() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-inline.cc | 238 new_tree = make_ssa_name (remap_type (TREE_TYPE (name), id)); in remap_ssa_name() 380 TREE_TYPE (t) = remap_type (TREE_TYPE (t), id); in remap_decl() 383 DECL_ORIGINAL_TYPE (t) = remap_type (DECL_ORIGINAL_TYPE (t), id); in remap_decl() 428 new_tree = build_pointer_type_for_mode (remap_type (TREE_TYPE (type), id), in remap_type_1() 440 new_tree = build_reference_type_for_mode (remap_type (TREE_TYPE (type), id), in remap_type_1() 460 t = remap_type (t, id); in remap_type_1() 512 TREE_TYPE (new_tree) = remap_type (TREE_TYPE (new_tree), id); in remap_type_1() 525 TREE_TYPE (new_tree) = remap_type (TREE_TYPE (new_tree), id); in remap_type_1() 535 TYPE_DOMAIN (new_tree) = remap_type (TYPE_DOMAIN (new_tree), id); in remap_type_1() 692 remap_type (tree type, copy_body_data *id) in remap_type() function [all …]
|
| D | tree-inline.h | 243 extern tree remap_type (tree type, copy_body_data *id);
|
| D | tree-nested.cc | 3188 = remap_type (DECL_ORIGINAL_TYPE (decl), id); in nesting_copy_decl() 3297 TREE_TYPE (var) = newt = remap_type (type, &id.cb); in remap_vla_decls() 3610 TREE_TYPE (debug_var) = newt = remap_type (type, &id.cb); in finalize_nesting_tree_1()
|
| D | omp-low.cc | 902 TREE_TYPE (new_decl) = remap_type (TREE_TYPE (decl), &ctx->cb); in fixup_remapped_decl() 1114 TREE_TYPE (new_f) = remap_type (TREE_TYPE (f), &ctx->cb); in fixup_child_record_type() 1871 = remap_type (TREE_TYPE (decl), &ctx->cb); in scan_sharing_clauses() 3918 *tp = remap_type (t, &ctx->cb); in scan_omp_1_op() 3924 tree tem = remap_type (TREE_TYPE (t), &ctx->cb); in scan_omp_1_op() 9118 new_type = remap_type (type, &ctx->outer->cb); in lower_omp_task_reductions() 11983 TREE_TYPE (new_f) = remap_type (TREE_TYPE (f), &tcctx->cb); in task_copyfn_remap_type()
|
| D | ChangeLog-2004 | 1908 * tree-inline.c (remap_type): Likewise. 14002 * tree-inline.c (remap_decl, remap_type, remap_decls, copy_body_r, 25937 (remap_type): Only remap if variably modified by vars in function 27802 * tree-inline.c (remap_type): Arrange to have just one pointer type 36089 * tree-inline.c (remap_type, case POINTER_TYPE, case REFERENCE_TYPE): 41112 (remap_decl, remap_type, remap_block, copy_body_r,
|
| D | ChangeLog-2006 | 22604 (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare. 22611 (remap_type): Export.
|
| D | ChangeLog-2005 | 5730 * tree-inline.c (remap_type_1): Split out of remap_type; 26355 * tree-inline.c (remap_type): Remap TYPE_STUB_DECL. 26916 * tree-inline.c (remap_type): Updated.
|
| D | ChangeLog-2007 | 1673 remap_type. 24334 (remap_type): Likewise.
|
| D | ChangeLog-2009 | 21238 * omp-low.c (scan_omp_1_op): Call remap_type on TREE_TYPE 32199 (can_be_nonlocal): Call remapped_type instead of remap_type.
|
| D | ChangeLog.tree-ssa | 5144 (remap_decl, remap_type, remap_block, copy_body_r,
|
| D | ChangeLog-2008 | 27595 * tree-inline.c (remap_type): Increment remapping_type_depth
|
| D | ChangeLog-2003 | 6689 * tree-inline.c (remap_type): New.
|
| D | ChangeLog-2019 | 31288 (remap_type): Don't remap vla types if id->dont_remap_vla_if_no_change
|
| D | ChangeLog-2018 | 27834 decl, use remap_type if we want to use the type.
|
| D | ChangeLog-2010 | 23033 re-use pointer-map slot over remap_type call.
|