Home
last modified time | relevance | path

Searched refs:DECL_ORIGINAL_TYPE (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Derror.c293 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()
H A Ddecl.c1622 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()
H A Dname-lookup.c796 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()
H A Dtypeck.c239 x = DECL_ORIGINAL_TYPE (x); in original_type()
H A DChangeLog-20002309 * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
H A DChangeLog-19984446 (common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
/freebsd-12.1/contrib/gcc/
H A Ddbxout.c1678 && 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()
H A Dtree-inline.c176 DECL_ORIGINAL_TYPE (t) = remap_type (DECL_ORIGINAL_TYPE (t), id); in remap_decl()
H A Dc-format.c2443 hwi = DECL_ORIGINAL_TYPE (hwi); in init_dynamic_asm_fprintf_info()
2595 hwi = DECL_ORIGINAL_TYPE (hwi); in init_dynamic_diag_info()
H A Ddwarf2out.c8496 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()
H A Dc-typeck.c1083 && 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()
H A DChangeLog.apple49 and its DECL_ORIGINAL_TYPE are the same.
H A Dc-common.c4855 && DECL_ORIGINAL_TYPE (decl) == NULL_TREE) in handle_aligned_attribute()
4859 DECL_ORIGINAL_TYPE (decl) = tt; in handle_aligned_attribute()
H A Dc-decl.c2088 && DECL_ORIGINAL_TYPE (x) == NULL_TREE) in clone_underlying_type()
2091 DECL_ORIGINAL_TYPE (x) = tt; in clone_underlying_type()
H A Dtree.h3183 #define DECL_ORIGINAL_TYPE(NODE) (TYPE_DECL_CHECK (NODE)->decl_non_common.result) macro
H A DChangeLog1740 * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
H A DFSFChangeLog2367 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
H A DFSFChangeLog.101642 * tree.h (DECL_ORIGINAL_TYPE): New macro.
1644 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE for typedef origin.
H A DChangeLog-200013282 TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
24476 (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
H A DFSFChangeLog.118726 (gen_typedef_die): Support DECL_ORIGINAL_TYPE.
H A DChangeLog-199816414 * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.
H A DChangeLog.tree-ssa831 compiler-generated TYPE_DECLs without a DECL_ORIGINAL_TYPE.
H A DChangeLog-200433323 compiler-generated TYPE_DECLs without a DECL_ORIGINAL_TYPE.
37761 DECL_ORIGINAL_TYPE if there isn't one.