Home
last modified time | relevance | path

Searched refs:TYPE_UID (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcc/
HDipa-type-escape.c247 (splay_tree_key) TYPE_UID (type), in discover_unique_type()
250 bitmap_set_bit (global_types_seen, TYPE_UID (type)); in discover_unique_type()
322 return TYPE_UID(type); in get_canon_type_uid()
442 uid = TYPE_UID (record_type); in ipa_type_escape_field_does_not_clobber_p()
482 uid = TYPE_UID (type); in mark_type()
843 from_uid = TYPE_UID (from_type); in mark_interesting_addressof()
844 to_uid = TYPE_UID (to_type); in mark_interesting_addressof()
861 bitmap_set_bit (type_map, TYPE_UID (to_type)); in mark_interesting_addressof()
876 bitmap_set_bit (type_map, TYPE_UID (to_type)); in mark_interesting_addressof()
1455 uid = TYPE_UID (type); in close_type_seen()
[all …]
HDstor-layout.c1952 TYPE_UID (t) = TYPE_UID (sizetype); in set_sizetype()
1966 TYPE_UID (t) = TYPE_UID (bitsizetype); in set_sizetype()
HDtree-sra.c232 unsigned int cache = TYPE_UID (TYPE_MAIN_VARIANT (type)) * 2; in sra_type_can_be_decomposed_p()
360 unsigned int cache = TYPE_UID (TYPE_MAIN_VARIANT (type)) * 2; in type_can_instantiate_all_elements()
HDdbxout.c2411 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
HDtree.c564 TYPE_UID (t) = next_type_uid++; in make_node_stat()
653 TYPE_UID (t) = next_type_uid++; in copy_node_stat()
6462 TYPE_UID (rt) = TYPE_UID (t); in make_vector_type()
HDtree.h891 #define TYPE_HASH(TYPE) (TYPE_UID (TYPE))
1927 #define TYPE_UID(NODE) (TYPE_CHECK (NODE)->type.uid) macro
HDtree-pretty-print.c563 pp_printf (buffer, "<T%x>", TYPE_UID (node)); in dump_generic_node()
HDChangeLog-200439176 * tree.h (TYPE_HASH): Use TYPE_UID.
/NextBSD/contrib/gcc/cp/
HDtypeck2.c150 return (hashval_t) TYPE_UID (pat->type); in pat_calc_hash()
193 (hashval_t)TYPE_UID (type), NO_INSERT); in complete_type_check_abstract()
266 (hashval_t)TYPE_UID (type), INSERT); in abstract_virtuals_error()
HDmangle.c2825 return (hashval_t) TYPE_UID (TREE_TYPE ((tree) val)); in hash_type()
2853 (hashval_t) TYPE_UID (type), INSERT); in mangle_conv_op_name_for_type()
HDChangeLog-2003386 (hash_type): Use TYPE_UID of the identifier's type.
389 TYPE_UID has hash value.