Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dpbase_type_info.cc43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, in can_catch() argument
45 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() argument
62 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()
Dpointer_to_member_type_info.cc38 bool __pointer_to_member_type_info::do_can_catch_ptr(const __pbase_type_info* thr_type, in do_can_catch_ptr() argument
43 dynamic_cast<const __pointer_to_member_type_info *>(thr_type); in do_can_catch_ptr()