Home
last modified time | relevance | path

Searched refs:do_can_catch_ptr (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dpointer_type_info.cc38 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
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() function in __cxxabiv1::__pointer_to_member_type_info
Dcxxabi_defines.h241 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,
Dpbase_type_info.cc103 if (do_can_catch_ptr(thrown_type, adjustedPtr, tracker, in can_catch_ptr()