Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-inline.c174 TREE_TYPE (t) = remap_type (TREE_TYPE (t), id); in remap_decl()
176 DECL_ORIGINAL_TYPE (t) = remap_type (DECL_ORIGINAL_TYPE (t), id); in remap_decl()
222 new = build_pointer_type_for_mode (remap_type (TREE_TYPE (type), id), in remap_type_1()
230 new = build_reference_type_for_mode (remap_type (TREE_TYPE (type), id), in remap_type_1()
246 t = remap_type (t, id); in remap_type_1()
280 TREE_TYPE (new) = remap_type (TREE_TYPE (new), id); in remap_type_1()
285 TREE_TYPE (new) = remap_type (TREE_TYPE (new), id); in remap_type_1()
286 TYPE_DOMAIN (new) = remap_type (TYPE_DOMAIN (new), id); in remap_type_1()
319 remap_type (tree type, copy_body_data *id) in remap_type() function
532 *tp = remap_type (*tp, id); in copy_body_r()
[all …]
HDtree-inline.h111 extern tree remap_type (tree type, copy_body_data *id);
HDomp-low.c651 TREE_TYPE (new_decl) = remap_type (TREE_TYPE (decl), &ctx->cb); in fixup_remapped_decl()
908 TREE_TYPE (new_f) = remap_type (TREE_TYPE (f), &ctx->cb); in fixup_child_record_type()
1395 *tp = remap_type (t, &ctx->cb); in scan_omp_1()
HDChangeLog-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,
HDChangeLog-200615519 (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare.
15526 (remap_type): Export.
HDChangeLog-20055730 * tree-inline.c (remap_type_1): Split out of remap_type;
26356 * tree-inline.c (remap_type): Remap TYPE_STUB_DECL.
26917 * tree-inline.c (remap_type): Updated.
HDChangeLog.tree-ssa5144 (remap_decl, remap_type, remap_block, copy_body_r,
HDChangeLog-20036689 * tree-inline.c (remap_type): New.