Searched refs:thr_type (Results 1 – 4 of 4) sorted by relevance
33 __do_catch (const type_info *thr_type, in __do_catch() argument37 if (*this == *thr_type) in __do_catch()41 if (*thr_type == typeid (nullptr)) in __do_catch()68 if (typeid (*this) != typeid (*thr_type)) in __do_catch()79 static_cast <const __pbase_type_info *> (thr_type); in __do_catch()
33 __do_catch (const type_info *thr_type, in __do_catch() argument37 if (*this == *thr_type) in __do_catch()42 return thr_type->__do_upcast (this, thr_obj); in __do_catch()
33 __pointer_catch (const __pbase_type_info *thr_type, in __pointer_catch() argument40 static_cast <const __pointer_to_member_type_info *> (thr_type); in __pointer_catch()
77 __do_catch (const type_info *thr_type, void **, unsigned) const in __do_catch() argument79 return *this == *thr_type; in __do_catch()