Searched refs:can_catch (Results 1 – 6 of 6) sorted by relevance
/external/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*&)… 243 …__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 229 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__class_type_info 351 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pbase_type_info 367 __pointer_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() function in __cxxabiv1::__pointer_type_info 371 if (__pbase_type_info::can_catch(thrown_type, adjustedPtr)) { in can_catch() 469 bool __pointer_to_member_type_info::can_catch( in can_catch() function in __cxxabiv1::__pointer_to_member_type_info 472 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 | 441 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 475 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch() 740 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
|