/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | svalue.cc | 359 int t1 = TYPE_UID (TREE_TYPE (cst1)); in cmp_csts_and_types() 360 int t2 = TYPE_UID (TREE_TYPE (cst2)); in cmp_csts_and_types() 375 int t1 = sval1->get_type () ? TYPE_UID (sval1->get_type ()) : -1; in cmp_ptr() 376 int t2 = sval2->get_type () ? TYPE_UID (sval2->get_type ()) : -1; in cmp_ptr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lex.c | 598 return (hashval_t) TYPE_UID (TREE_TYPE (node)); in hash() 633 (type, (hashval_t) TYPE_UID (type), INSERT); in make_conv_op_name()
|
H A D | typeck2.c | 162 return (hashval_t) TYPE_UID (pat->type); in hash() 200 = abstract_pending_vars->find_slot_with_hash (type, TYPE_UID (type), in complete_type_check_abstract() 284 = abstract_pending_vars->find_slot_with_hash (type, TYPE_UID (type), in abstract_virtuals_error_sfinae()
|
H A D | tree.c | 967 hash = TYPE_UID (TREE_TYPE (t)); in hash() 969 hash ^= TYPE_UID (TYPE_DOMAIN (t)); in hash() 1046 hash = TYPE_UID (elt_type); in build_cplus_array_type() 1048 hash ^= TYPE_UID (index_type); in build_cplus_array_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lex.cc | 798 return (hashval_t) TYPE_UID (TREE_TYPE (node)); in hash() 833 (type, (hashval_t) TYPE_UID (type), INSERT); in make_conv_op_name()
|
H A D | tree.cc | 1018 hash = TYPE_UID (TREE_TYPE (t)); in hash() 1020 hash ^= TYPE_UID (TYPE_DOMAIN (t)); in hash() 1100 hash = TYPE_UID (elt_type); in build_cplus_array_type() 1102 hash ^= TYPE_UID (index_type); in build_cplus_array_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-devirt.cc | 154 return TYPE_UID (p.first) ^ TYPE_UID (p.second); in hash() 617 if (TYPE_UID (TYPE_MAIN_VARIANT (t1)) > TYPE_UID (TYPE_MAIN_VARIANT (t2))) in odr_subtypes_equivalent_p() 2696 hstate.merge_hash (TYPE_UID (odr_query->context.outer_type)); in hash() 2702 hstate.merge_hash (TYPE_UID (odr_query->context.speculative_outer_type)); in hash()
|
H A D | ubsan.cc | 67 return TYPE_UID (t->type.from); in hash() 103 h = decl_tree_for_type->find_with_hash (&in, TYPE_UID (type)); in decl_for_type_lookup() 117 *decl_tree_for_type->find_slot_with_hash (h, TYPE_UID (type), INSERT) = h; in decl_for_type_insert()
|
H A D | dbxout.cc | 2597 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
|
H A D | tree-ssa-structalias.cc | 6262 TYPE_UID (TREE_TYPE (decl_type)))) in create_variable_info_for_1() 6269 TYPE_UID (TREE_TYPE (decl_type))); in create_variable_info_for_1() 6274 TYPE_UID (TREE_TYPE (decl_type))); in create_variable_info_for_1() 6321 TYPE_UID (fo->restrict_pointed_type))) in create_variable_info_for_1() 6328 TYPE_UID (fo->restrict_pointed_type)); in create_variable_info_for_1() 6333 TYPE_UID (fo->restrict_pointed_type)); in create_variable_info_for_1()
|
H A D | tree-ssa-alias.cc | 1851 return TYPE_UID (TYPE_CANONICAL (type)); in ncr_type_uid() 1852 return TYPE_UID (type); in ncr_type_uid()
|
H A D | ipa-sra.cc | 1614 return TYPE_UID (old_type) < TYPE_UID (new_type); in type_prevails_p()
|
H A D | tree-sra.cc | 1507 return TYPE_UID (f1->type) - TYPE_UID (f2->type); in compare_access_positions()
|
H A D | tree.cc | 1247 TYPE_UID (t) = next_type_uid++; in make_node() 1399 TYPE_UID (t) = next_type_uid++; in copy_node() 1619 hashval_t code = TYPE_UID (TREE_TYPE (t)); in hash() 1838 hstate.add_int (TYPE_UID (TREE_TYPE (t))); in hash() 1867 h.add_int (TYPE_UID (type)); in build_poly_int_cst() 6189 if (TYPE_UID (type) + 1 == next_type_uid) in type_hash_canon()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-devirt.c | 154 return TYPE_UID (p.first) ^ TYPE_UID (p.second); 604 if (TYPE_UID (TYPE_MAIN_VARIANT (t1)) > TYPE_UID (TYPE_MAIN_VARIANT (t2))) 2680 hstate.merge_hash (TYPE_UID (odr_query->context.outer_type)); 2686 hstate.merge_hash (TYPE_UID (odr_query->context.speculative_outer_type));
|
H A D | ubsan.c | 66 return TYPE_UID (t->type.from); in hash() 102 h = decl_tree_for_type->find_with_hash (&in, TYPE_UID (type)); in decl_for_type_lookup() 116 *decl_tree_for_type->find_slot_with_hash (h, TYPE_UID (type), INSERT) = h; in decl_for_type_insert()
|
H A D | tree-ssa-structalias.c | 6138 TYPE_UID (TREE_TYPE (decl_type)))) 6145 TYPE_UID (TREE_TYPE (decl_type))); 6150 TYPE_UID (TREE_TYPE (decl_type))); 6197 TYPE_UID (fo->restrict_pointed_type))) 6204 TYPE_UID (fo->restrict_pointed_type)); 6209 TYPE_UID (fo->restrict_pointed_type));
|
H A D | dbxout.c | 2593 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
|
H A D | tree-ssa-alias.c | 1706 return TYPE_UID (TYPE_CANONICAL (type)); in ncr_type_uid() 1707 return TYPE_UID (type); in ncr_type_uid()
|
H A D | ipa-sra.c | 1601 return TYPE_UID (old_type) < TYPE_UID (new_type); in type_prevails_p()
|
H A D | tree-sra.c | 1467 return TYPE_UID (f1->type) - TYPE_UID (f2->type); in compare_access_positions()
|
H A D | tree.c | 1084 TYPE_UID (t) = next_type_uid++; in make_node() 1236 TYPE_UID (t) = next_type_uid++; in copy_node() 1456 hashval_t code = TYPE_UID (TREE_TYPE (t)); in hash() 1646 hstate.add_int (TYPE_UID (TREE_TYPE (t))); in hash() 1675 h.add_int (TYPE_UID (type)); in build_poly_int_cst() 7181 if (TYPE_UID (type) + 1 == next_type_uid) in type_hash_canon()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.c | 1472 pp_scalar (buffer, "%d", TYPE_UID (TREE_TYPE (decl))); in dump_ada_decl_name() 1490 pp_scalar (buffer, "%d", TYPE_UID (TREE_TYPE (parent))); in dump_anonymous_type_name() 1512 pp_scalar (buffer, "%d", TYPE_UID (t)); in dump_anonymous_type_name() 2536 if (!bitmap_set_bit (dumped_types, TYPE_UID (field_type))) in dump_nested_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.cc | 1469 pp_decimal_int (buffer, TYPE_UID (TREE_TYPE (decl))); in dump_ada_decl_name() 1502 pp_decimal_int (buffer, TYPE_UID (t)); in dump_anonymous_type_name() 2593 if (!bitmap_set_bit (dumped_anonymous_types, TYPE_UID (field_type))) in dump_nested_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-call.cc | 362 unsigned uid = TYPE_UID (TYPE_MAIN_VARIANT (type)); in rs6000_discover_homogeneous_aggregate() 383 unsigned uid = TYPE_UID (TYPE_MAIN_VARIANT (type)); in rs6000_discover_homogeneous_aggregate()
|