Home
last modified time | relevance | path

Searched refs:type_pair (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.c139 struct type_pair struct
147 : typed_noop_remove <type_pair>
152 hash (type_pair p)
158 is_empty (type_pair p)
168 equal (const type_pair &a, const type_pair &b)
173 mark_empty (type_pair &e)
185 hash_set<type_pair> *,
559 hash_set<type_pair> *visited,
1207 hash_set<type_pair> *visited,
1577 hash_set<type_pair> visited;
[all …]
H A Dipa-devirt.cc139 struct type_pair struct
147 : typed_noop_remove <type_pair>
152 hash (type_pair p) in hash()
158 is_empty (type_pair p) in is_empty()
168 equal (const type_pair &a, const type_pair &b) in equal()
173 mark_empty (type_pair &e) in mark_empty()
185 hash_set<type_pair> *,
572 hash_set<type_pair> *visited, in odr_subtypes_equivalent_p()
1220 hash_set<type_pair> *visited, in odr_types_equivalent_p()
1591 hash_set<type_pair> visited; in odr_types_equivalent_p()
[all …]
H A DChangeLog24443 * ipa-devirt.c (default_hash_traits <type_pair>::empty_zero_p):
H A DChangeLog-202038324 * ipa-devirt.c (default_hash_traits <type_pair>::empty_zero_p):
H A DChangeLog-201731711 * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
H A DChangeLog-201526589 (default_hash_traits <type_pair>): Override.
H A DChangeLog-201417968 * ipa-devirt.c (type_pair, default_hashset_traits): New types.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c139 struct type_pair struct
147 : typed_noop_remove <type_pair>
152 hash (type_pair p)
158 is_empty (type_pair p)
168 equal (const type_pair &a, const type_pair &b)
173 mark_empty (type_pair &e)
185 hash_set<type_pair> *,
559 hash_set<type_pair> *visited,
1207 hash_set<type_pair> *visited,
1577 hash_set<type_pair> visited;
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c5199 struct type_pair : public allocate_on_obstack struct
5201 type_pair (struct type *old_, struct type *newobj_) in type_pair() argument
5211 const struct type_pair *pair = (const struct type_pair *) item; in type_pair_hash() argument
5219 const struct type_pair *lhs = (const struct type_pair *) item_lhs; in type_pair_eq()
5220 const struct type_pair *rhs = (const struct type_pair *) item_rhs; in type_pair_eq()
5283 struct type_pair pair (type, nullptr); in copy_type_recursive()
5287 return ((struct type_pair *) *slot)->newobj; in copy_type_recursive()
5293 struct type_pair *stored in copy_type_recursive()
5294 = new (&objfile->objfile_obstack) struct type_pair (type, new_type); in copy_type_recursive()
H A DChangeLog-20063895 (struct type_pair, type_pair_hash, type_pair_eq)
H A DChangeLog-201815292 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.c5199 struct type_pair : public allocate_on_obstack struct
5201 type_pair (struct type *old_, struct type *newobj_) in type_pair() argument
5211 const struct type_pair *pair = (const struct type_pair *) item; in type_pair_hash() argument
5219 const struct type_pair *lhs = (const struct type_pair *) item_lhs; in type_pair_eq()
5220 const struct type_pair *rhs = (const struct type_pair *) item_rhs; in type_pair_eq()
5283 struct type_pair pair (type, nullptr); in copy_type_recursive()
5287 return ((struct type_pair *) *slot)->newobj; in copy_type_recursive()
5293 struct type_pair *stored in copy_type_recursive()
5294 = new (&objfile->objfile_obstack) struct type_pair (type, new_type); in copy_type_recursive()
H A DChangeLog-20063895 (struct type_pair, type_pair_hash, type_pair_eq)
H A DChangeLog-201815292 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.