Searched refs:thr_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A Dtinfo2.cc101 __do_catch (const type_info *thr_type, argument
105 if (*this == *thr_type)
107 if (typeid (*this) != typeid (*thr_type))
117 static_cast <const __pbase_type_info *> (thr_type);
152 __pointer_catch (const __pbase_type_info *thr_type, argument
157 // thr_type is really a __pointer_to_member_type_info.
159 static_cast <const __pointer_to_member_type_info *> (thr_type);
H A Dtinfo.cc89 __do_catch (const type_info *thr_type, void **, unsigned) const argument
91 return *this == *thr_type;
245 __do_catch (const type_info *thr_type, argument
249 if (*this == *thr_type)
254 return thr_type->__do_upcast (this, thr_obj);

Completed in 109 milliseconds