Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dipa-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 …]
H A Dstor-layout.c1950 TYPE_UID (t) = TYPE_UID (sizetype); in set_sizetype()
1964 TYPE_UID (t) = TYPE_UID (bitsizetype); in set_sizetype()
H A Dtree-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()
H A Ddbxout.c2409 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
H A Dtree.c556 TYPE_UID (t) = next_type_uid++; in make_node_stat()
645 TYPE_UID (t) = next_type_uid++; in copy_node_stat()
6438 TYPE_UID (rt) = TYPE_UID (t); in make_vector_type()
H A Dtree.h876 #define TYPE_HASH(TYPE) (TYPE_UID (TYPE))
1897 #define TYPE_UID(NODE) (TYPE_CHECK (NODE)->type.uid) macro
H A Dtree-pretty-print.c563 pp_printf (buffer, "<T%x>", TYPE_UID (node)); in dump_generic_node()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck2.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()
H A Dmangle.c2804 return (hashval_t) TYPE_UID (TREE_TYPE ((tree) val)); in hash_type()
2832 (hashval_t) TYPE_UID (type), INSERT); in mangle_conv_op_name_for_type()
H A DChangeLog-2003386 (hash_type): Use TYPE_UID of the identifier's type.
389 TYPE_UID has hash value.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c2052 sprintf (type_label, TYPE_NAME_FMT, TYPE_UID (type));
2932 sprintf (ud_type_name, TYPE_NAME_FMT, TYPE_UID (type));
2952 sprintf (ud_type_name, TYPE_NAME_FMT, TYPE_UID (root_type (type)));
3303 sprintf (label, TYPE_NAME_FMT, TYPE_UID (context));
3406 sprintf (label, TYPE_NAME_FMT, TYPE_UID (containing_type));
3424 sprintf (label, TYPE_NAME_FMT, TYPE_UID (origin));
H A Dtree.c316 TYPE_UID (t) = next_type_uid++;
380 TYPE_UID (t) = next_type_uid++;
4704 TYPE_UID (rt) = TYPE_UID (t);
H A Dtree.h984 #define TYPE_UID(NODE) (TYPE_CHECK (NODE)->type.uid) macro