Searched refs:thr_type (Results 1 – 2 of 2) sorted by relevance
43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, in can_catch() argument45 if (can_catch_typeinfo_wrapper(thr_type, adjustedPtr, first_time_init)) { in can_catch()53 return (*thr_type == typeid(decltype(nullptr))); in can_catch()55 return (*thr_type == _ZTIDn); in can_catch()59 bool __pbase_type_info::can_catch_typeinfo_wrapper(const __shim_type_info* thr_type, in can_catch_typeinfo_wrapper() argument62 if (*this == *thr_type) { in can_catch_typeinfo_wrapper()66 if (typeid(*this) != typeid(*thr_type)) { in can_catch_typeinfo_wrapper()70 static_cast<const __pbase_type_info *>(thr_type); in can_catch_typeinfo_wrapper()
38 bool __pointer_to_member_type_info::do_can_catch_ptr(const __pbase_type_info* thr_type, in do_can_catch_ptr() argument43 dynamic_cast<const __pointer_to_member_type_info *>(thr_type); in do_can_catch_ptr()