Home
last modified time | relevance | path

Searched refs:can_catch (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dprivate_typeinfo.h29 …__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*&)…
Dprivate_typeinfo.cpp188 __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()
Dcxa_default_handlers.cpp59 if (catch_type->can_catch(thrown_type, thrown_object)) in default_terminate_handler()
Dcxa_personality.cpp430 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/
Dcxxabi_defines.h45 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,
Dpbase_type_info.cc43 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()
Darray_type_info.cc38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__array_type_info
Dfunction_type_info.cc38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__function_type_info
Dfundamental_type_info.cc38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info
Denum_type_info.cc38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info
Dclass_type_info.cc38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info
Dcall_unexpected.cc105 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()
Dhelper_func_internal.cc188 if (catchType->can_catch(excpType, adjustedPtr)) { in scanEHTable()
336 if (catchType->can_catch( in canExceptionSpecCatch()
471 if (catchType->can_catch( in canExceptionSpecCatch()