Searched refs:do_can_catch_ptr (Results 1 – 4 of 4) sorted by relevance
38 bool __pointer_type_info::do_can_catch_ptr(const __pbase_type_info* thrown_type, in do_can_catch_ptr() function in __cxxabiv1::__pointer_type_info
38 bool __pointer_to_member_type_info::do_can_catch_ptr(const __pbase_type_info* thr_type, in do_can_catch_ptr() function in __cxxabiv1::__pointer_to_member_type_info
241 virtual bool do_can_catch_ptr(const __pbase_type_info* thrown_type,253 virtual bool do_can_catch_ptr(const __pbase_type_info* thrown_type,267 virtual bool do_can_catch_ptr(const __pbase_type_info* thrown_type,
103 if (do_can_catch_ptr(thrown_type, adjustedPtr, tracker, in can_catch_ptr()