Lines Matching refs:polymorphic_call_target_d
2647 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)
3030 polymorphic_call_target_d key;
3031 polymorphic_call_target_d **slot;
3155 *slot = XCNEW (polymorphic_call_target_d);