Home
last modified time | relevance | path

Searched refs:remap_type (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dpdb.c2144 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/
Dtree-inline.cc238 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 …]
Dtree-inline.h243 extern tree remap_type (tree type, copy_body_data *id);
Dtree-nested.cc3188 = 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()
Domp-low.cc902 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()
DChangeLog-20041908 * 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,
DChangeLog-200622604 (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare.
22611 (remap_type): Export.
DChangeLog-20055730 * 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.
DChangeLog-20071673 remap_type.
24334 (remap_type): Likewise.
DChangeLog-200921238 * omp-low.c (scan_omp_1_op): Call remap_type on TREE_TYPE
32199 (can_be_nonlocal): Call remapped_type instead of remap_type.
DChangeLog.tree-ssa5144 (remap_decl, remap_type, remap_block, copy_body_r,
DChangeLog-200827595 * tree-inline.c (remap_type): Increment remapping_type_depth
DChangeLog-20036689 * tree-inline.c (remap_type): New.
DChangeLog-201931288 (remap_type): Don't remap vla types if id->dont_remap_vla_if_no_change
DChangeLog-201827834 decl, use remap_type if we want to use the type.
DChangeLog-201023033 re-use pointer-map slot over remap_type call.