/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | private_typeinfo.h | 29 …__attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info* thrown_t… 37 …__attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&)… 45 …__attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&)… 53 …__attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&)… 61 …__attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&)… 140 virtual bool can_catch(const __shim_type_info*, void*&) const; 224 …__attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&)… 232 …__attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&)…
|
D | private_typeinfo.cpp | 188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info 195 __array_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__array_type_info 205 __function_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__function_type_info 216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info 227 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info 347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pbase_type_info 360 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pointer_type_info 367 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) in can_catch()
|
D | cxa_default_handlers.cpp | 59 if (catch_type->can_catch(thrown_type, thrown_object)) in default_terminate_handler()
|
D | cxa_personality.cpp | 430 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 464 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 730 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_defines.h | 45 virtual bool can_catch(const __shim_type_info* thrown_type, 54 virtual bool can_catch(const __shim_type_info* thrown_type, 63 virtual bool can_catch(const __shim_type_info* thrown_type, 72 virtual bool can_catch(const __shim_type_info* thrown_type, 81 virtual bool can_catch(const __shim_type_info* thrown_type, 143 virtual bool can_catch(const __shim_type_info* thrown_type, 209 virtual bool can_catch(const __shim_type_info* thrown_type,
|
D | pbase_type_info.cc | 43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, in can_catch() function in __cxxabiv1::__pbase_type_info 116 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr); in can_catch_ptr()
|
D | array_type_info.cc | 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__array_type_info
|
D | function_type_info.cc | 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__function_type_info
|
D | fundamental_type_info.cc | 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info
|
D | enum_type_info.cc | 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info
|
D | class_type_info.cc | 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info
|
D | call_unexpected.cc | 105 if (catch_type->can_catch(thrown_type, adjustedPtr)) { in __cxa_type_match() 233 if (catch_type->can_catch(bad_excp, null_adjustedPtr)) { in __cxa_call_unexpected()
|
D | helper_func_internal.cc | 188 if (catchType->can_catch(excpType, adjustedPtr)) { in scanEHTable() 336 if (catchType->can_catch( in canExceptionSpecCatch() 471 if (catchType->can_catch( in canExceptionSpecCatch()
|