Searched refs:thrown_type (Results 1 – 5 of 5) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 183 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 186 return is_equal(this, thrown_type, false); in can_catch() 211 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 214 return is_equal(this, thrown_type, false); in can_catch() 224 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 228 if (is_equal(this, thrown_type, false)) in can_catch() 231 dynamic_cast<const __class_type_info*>(thrown_type); in can_catch() 346 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 353 thrown_type); in can_catch() 358 return is_equal(this, thrown_type, use_strcmp); in can_catch() [all …]
|
D | cxa_default_handlers.cpp | 48 const __shim_type_info* thrown_type = in demangling_terminate_handler() local 54 const char* name = __cxa_demangle(thrown_type->name(), buf, &len, &status); in demangling_terminate_handler() 56 name = thrown_type->name(); in demangling_terminate_handler() 60 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
|
D | private_typeinfo.h | 27 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 88 HANDLE_DW_TAG(0x0031, thrown_type)
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 609 DWARF_ONE_KNOWN_DW_TAG (thrown_type, DW_TAG_thrown_type) \
|