Searched refs:can_catch (Results 1 – 6 of 6) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.h | 27 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type, 34 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 41 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 48 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 55 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 134 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 228 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 235 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *, 246 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
|
D | private_typeinfo.cpp | 183 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__fundamental_type_info 190 __array_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__array_type_info 200 __function_type_info::can_catch(const __shim_type_info*, void*&) const in can_catch() function in __cxxabiv1::__function_type_info 211 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__enum_type_info 224 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info 346 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pbase_type_info 370 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pointer_type_info 380 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) { in can_catch() 480 bool __pointer_to_member_type_info::can_catch( in can_catch() function in __cxxabiv1::__pointer_to_member_type_info 498 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) in can_catch()
|
D | cxa_default_handlers.cpp | 60 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
|
D | cxa_personality.cpp | 448 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 482 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 750 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
|