Searched refs:remap_type (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-inline.c | 174 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 …]
|
| HD | tree-inline.h | 111 extern tree remap_type (tree type, copy_body_data *id);
|
| HD | omp-low.c | 651 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()
|
| HD | 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,
|
| HD | ChangeLog-2006 | 15519 (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare. 15526 (remap_type): Export.
|
| HD | ChangeLog-2005 | 5730 * 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.
|
| HD | ChangeLog.tree-ssa | 5144 (remap_decl, remap_type, remap_block, copy_body_r,
|
| HD | ChangeLog-2003 | 6689 * tree-inline.c (remap_type): New.
|