Searched refs:TYPE_UID (Results 1 – 11 of 11) sorted by relevance
247 (splay_tree_key) 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()1504 uid = TYPE_UID (type); in close_type_exposed_parameter()[all …]
1952 TYPE_UID (t) = TYPE_UID (sizetype); in set_sizetype()1966 TYPE_UID (t) = TYPE_UID (bitsizetype); in set_sizetype()
232 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()
2411 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
564 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()
891 #define TYPE_HASH(TYPE) (TYPE_UID (TYPE))1927 #define TYPE_UID(NODE) (TYPE_CHECK (NODE)->type.uid) macro
563 pp_printf (buffer, "<T%x>", TYPE_UID (node)); in dump_generic_node()
39176 * tree.h (TYPE_HASH): Use TYPE_UID.
150 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()
2825 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()
386 (hash_type): Use TYPE_UID of the identifier's type.389 TYPE_UID has hash value.