Searched refs:DECL_ORIGINAL_TYPE (Results 1 – 23 of 23) sorted by relevance
293 dump_type (DECL_ORIGINAL_TYPE (t) in dump_type()294 ? DECL_ORIGINAL_TYPE (t) : TREE_TYPE (t), flags); in dump_type()744 dump_simple_decl (t, DECL_ORIGINAL_TYPE (t) in dump_decl()745 ? DECL_ORIGINAL_TYPE (t) : TREE_TYPE (t), in dump_decl()
1622 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl); in duplicate_decls()1679 && newtype == DECL_ORIGINAL_TYPE (newdecl)) in duplicate_decls()6650 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t))) in grokfndecl()6932 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t))) in grokvardecl()
796 DECL_ORIGINAL_TYPE (x) = type; in pushdecl_maybe_friend()798 TYPE_STUB_DECL (type) = TYPE_STUB_DECL (DECL_ORIGINAL_TYPE (x)); in pushdecl_maybe_friend()
239 x = DECL_ORIGINAL_TYPE (x); in original_type()
2309 * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
4446 (common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
1678 && DECL_ORIGINAL_TYPE (TYPE_NAME (type))) in dbxout_type()1808 tree orig_type = DECL_ORIGINAL_TYPE (TYPE_NAME (type)); in dbxout_type()1819 dbxout_type (DECL_ORIGINAL_TYPE (TYPE_NAME (type)), 0); in dbxout_type()
176 DECL_ORIGINAL_TYPE (t) = remap_type (DECL_ORIGINAL_TYPE (t), id); in remap_decl()
2443 hwi = DECL_ORIGINAL_TYPE (hwi); in init_dynamic_asm_fprintf_info()2595 hwi = DECL_ORIGINAL_TYPE (hwi); in init_dynamic_diag_info()
8496 if (name && TREE_CODE (name) == TYPE_DECL && DECL_ORIGINAL_TYPE (name)) in modified_type_die()8510 && DECL_ORIGINAL_TYPE (name) != type)) in modified_type_die()8513 return modified_type_die (DECL_ORIGINAL_TYPE (name), in modified_type_die()12673 if (DECL_ORIGINAL_TYPE (decl)) in gen_typedef_die()12675 type = DECL_ORIGINAL_TYPE (decl); in gen_typedef_die()12706 && DECL_ORIGINAL_TYPE (TYPE_NAME (type))) in gen_type_die_with_usage()12712 gcc_assert (DECL_ORIGINAL_TYPE (TYPE_NAME (type)) != type); in gen_type_die_with_usage()
1083 && DECL_ORIGINAL_TYPE (TYPE_NAME (t1))) in tagged_types_tu_compatible_p()1084 t1 = DECL_ORIGINAL_TYPE (TYPE_NAME (t1)); in tagged_types_tu_compatible_p()1088 && DECL_ORIGINAL_TYPE (TYPE_NAME (t2))) in tagged_types_tu_compatible_p()1089 t2 = DECL_ORIGINAL_TYPE (TYPE_NAME (t2)); in tagged_types_tu_compatible_p()
49 and its DECL_ORIGINAL_TYPE are the same.
4855 && DECL_ORIGINAL_TYPE (decl) == NULL_TREE) in handle_aligned_attribute()4859 DECL_ORIGINAL_TYPE (decl) = tt; in handle_aligned_attribute()
2088 && DECL_ORIGINAL_TYPE (x) == NULL_TREE) in clone_underlying_type()2091 DECL_ORIGINAL_TYPE (x) = tt; in clone_underlying_type()
3183 #define DECL_ORIGINAL_TYPE(NODE) (TYPE_DECL_CHECK (NODE)->decl_non_common.result) macro
1740 * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
2367 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
1642 * tree.h (DECL_ORIGINAL_TYPE): New macro.1644 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE for typedef origin.
13282 TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.24476 (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
8726 (gen_typedef_die): Support DECL_ORIGINAL_TYPE.
16414 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
831 compiler-generated TYPE_DECLs without a DECL_ORIGINAL_TYPE.
33323 compiler-generated TYPE_DECLs without a DECL_ORIGINAL_TYPE.37761 DECL_ORIGINAL_TYPE if there isn't one.