Home
last modified time | relevance | path

Searched refs:polymorphic_call_target_d (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc2663 class polymorphic_call_target_d class
2680 : pointer_hash <polymorphic_call_target_d>
2682 static inline hashval_t hash (const polymorphic_call_target_d *);
2683 static inline bool equal (const polymorphic_call_target_d *,
2684 const polymorphic_call_target_d *);
2685 static inline void remove (polymorphic_call_target_d *);
2691 polymorphic_call_target_hasher::hash (const polymorphic_call_target_d *odr_query) in hash()
2716 polymorphic_call_target_hasher::equal (const polymorphic_call_target_d *t1, in equal()
2717 const polymorphic_call_target_d *t2) in equal()
2737 polymorphic_call_target_hasher::remove (polymorphic_call_target_d *v) in remove()
[all …]
H A DChangeLog-201416813 * ipa-devirt.c (polymorphic_call_target_d): Add SPECULATIVE; reorder
30293 (struct polymorphic_call_target_d): Add type_warning and decl_warning.
30662 * ipa-devirt.c (polymorphic_call_target_d): Rename
46131 (struct polymorphic_call_target_d): Add nonconstruction_targets;
H A DChangeLog-201890 * ipa-devirt.c (polymorphic_call_target_d): Add n_odr_types.
H A DChangeLog-20137262 (polymorphic_call_target_d): Add context and FINAL.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c2647 class polymorphic_call_target_d
2664 : pointer_hash <polymorphic_call_target_d>
2666 static inline hashval_t hash (const polymorphic_call_target_d *);
2667 static inline bool equal (const polymorphic_call_target_d *,
2668 const polymorphic_call_target_d *);
2669 static inline void remove (polymorphic_call_target_d *);
2675 polymorphic_call_target_hasher::hash (const polymorphic_call_target_d *odr_query)
2700 polymorphic_call_target_hasher::equal (const polymorphic_call_target_d *t1,
2701 const polymorphic_call_target_d *t2)
2721 polymorphic_call_target_hasher::remove (polymorphic_call_target_d *v)
[all …]