Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc359 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 Dlex.c598 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 Dtypeck2.c162 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 Dtree.c967 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 Dlex.cc798 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 Dtree.cc1018 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 Dipa-devirt.cc154 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 Dubsan.cc67 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 Ddbxout.cc2597 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
H A Dtree-ssa-structalias.cc6262 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 Dtree-ssa-alias.cc1851 return TYPE_UID (TYPE_CANONICAL (type)); in ncr_type_uid()
1852 return TYPE_UID (type); in ncr_type_uid()
H A Dipa-sra.cc1614 return TYPE_UID (old_type) < TYPE_UID (new_type); in type_prevails_p()
H A Dtree-sra.cc1507 return TYPE_UID (f1->type) - TYPE_UID (f2->type); in compare_access_positions()
H A Dtree.cc1247 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 Dipa-devirt.c154 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 Dubsan.c66 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 Dtree-ssa-structalias.c6138 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 Ddbxout.c2593 return TYPE_UID (lhs) - TYPE_UID (rhs); in output_types_sort()
H A Dtree-ssa-alias.c1706 return TYPE_UID (TYPE_CANONICAL (type)); in ncr_type_uid()
1707 return TYPE_UID (type); in ncr_type_uid()
H A Dipa-sra.c1601 return TYPE_UID (old_type) < TYPE_UID (new_type); in type_prevails_p()
H A Dtree-sra.c1467 return TYPE_UID (f1->type) - TYPE_UID (f2->type); in compare_access_positions()
H A Dtree.c1084 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 Dc-ada-spec.c1472 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 Dc-ada-spec.cc1469 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 Drs6000-call.cc362 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()

12