Searched refs:can_catch (Results 1 – 6 of 6) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.h | 26 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type, 33 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 40 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 47 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 54 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 133 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 227 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 234 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 245 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
|
D | private_typeinfo.cpp | 181 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info 188 __array_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__array_type_info 198 __function_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__function_type_info 209 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info 222 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info 344 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pbase_type_info 368 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pointer_type_info 378 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) { in can_catch() 478 bool __pointer_to_member_type_info::can_catch( in can_catch() function in __cxxabiv1::__pointer_to_member_type_info 496 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) in can_catch()
|
D | cxa_default_handlers.cpp | 58 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
|
D | cxa_personality.cpp | 457 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 491 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 759 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 50333 FUNC 63670 68 0 __cxxabiv1::__class_type_info::can_catch(__cxxabiv1::__shim_type_info const*, void*…
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 51596 FUNC 985a0 c0 0 __cxxabiv1::__class_type_info::can_catch
|