Searched defs:can_catch (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
H A Darray_type_info.cc38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__array_type_info
H A Denum_type_info.cc38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info
H A Dfunction_type_info.cc38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__function_type_info
H A Dfundamental_type_info.cc38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info
H A Dclass_type_info.cc38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info
H A Dpbase_type_info.cc43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, function in class:__cxxabiv1::__pbase_type_info
116 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dprivate_typeinfo.cpp46 // are not caught by handlers since can_catch() returns false.
48 // Defining _LIBCXX_DYNAMIC_FALLBACK does not help since can_catch() calls
159 // can_catch
188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info
195 __array_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__array_type_info
205 __function_type_info::can_catch(const __shim_type_info*, void*&) const function in class:__cxxabiv1::__function_type_info
216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info
227 __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info
347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__pbase_type_info
360 __pointer_type_info::can_catch(cons function in class:__cxxabiv1::__pointer_type_info
[all...]

Completed in 158 milliseconds