Searched refs:TYPE_UID (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | ipa-type-escape.c | 247 (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 D | stor-layout.c | 1950 TYPE_UID (t) = TYPE_UID (sizetype); in set_sizetype() 1964 TYPE_UID (t) = TYPE_UID (bitsizetype); in set_sizetype()
|
H A D | tree-sra.c | 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()
|
H A D | dbxout.c | 2409 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
|
H A D | tree.c | 556 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 D | tree.h | 876 #define TYPE_HASH(TYPE) (TYPE_UID (TYPE)) 1897 #define TYPE_UID(NODE) (TYPE_CHECK (NODE)->type.uid) macro
|
H A D | tree-pretty-print.c | 563 pp_printf (buffer, "<T%x>", TYPE_UID (node)); in dump_generic_node()
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | typeck2.c | 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()
|
H A D | mangle.c | 2804 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 D | ChangeLog-2003 | 386 (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 D | dwarfout.c | 2052 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 D | tree.c | 316 TYPE_UID (t) = next_type_uid++; 380 TYPE_UID (t) = next_type_uid++; 4704 TYPE_UID (rt) = TYPE_UID (t);
|
H A D | tree.h | 984 #define TYPE_UID(NODE) (TYPE_CHECK (NODE)->type.uid) macro
|