Searched refs:TYPE_UID (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dipa-type-escape.c119 set in its bitmap at TYPE_UID (TYPE_MAIN_VARIANT (Y)) if there was
124 set in its bitmap at TYPE_UID (TYPE_MAIN_VARIANT (X)) if there was
247 (splay_tree_key) TYPE_UID (type),
250 bitmap_set_bit (global_types_seen, TYPE_UID (type));
322 return TYPE_UID(type);
442 uid = TYPE_UID (record_type);
482 uid = TYPE_UID (type);
843 from_uid = TYPE_UID (from_type);
844 to_uid = TYPE_UID (to_type);
861 bitmap_set_bit (type_map, TYPE_UID (to_typ
[all...]
H A Dstor-layout.c1959 TYPE_UID (t) = TYPE_UID (sizetype);
1973 TYPE_UID (t) = TYPE_UID (bitsizetype);
H A Dtree-sra.c233 unsigned int cache = TYPE_UID (TYPE_MAIN_VARIANT (type)) * 2;
361 unsigned int cache = TYPE_UID (TYPE_MAIN_VARIANT (type)) * 2;
H A Ddbxout.c2419 return TYPE_UID (lhs) - TYPE_UID (rhs);
H A Dtree.c566 TYPE_UID (t) = next_type_uid++;
656 TYPE_UID (t) = next_type_uid++;
6488 /* In dwarfout.c, type lookup uses TYPE_UID numbers. We want to output
6490 the vector type. This is most easily achieved by making the TYPE_UID
6492 TYPE_UID (rt) = TYPE_UID (t);
H A Dtree.h894 #define TYPE_HASH(TYPE) (TYPE_UID (TYPE))
1938 #define TYPE_UID(NODE) (TYPE_CHECK (NODE)->type.uid)
1927 #define TYPE_UID macro
H A Dtree-pretty-print.c563 pp_printf (buffer, "<T%x>", TYPE_UID (node));
/freebsd-11.0-release/contrib/gcc/cp/
H A Dtypeck2.c151 return (hashval_t) TYPE_UID (pat->type);
194 (hashval_t)TYPE_UID (type), NO_INSERT);
267 (hashval_t)TYPE_UID (type), INSERT);
H A Dmangle.c2825 return (hashval_t) TYPE_UID (TREE_TYPE ((tree) val));
2853 (hashval_t) TYPE_UID (type), INSERT);

Completed in 165 milliseconds