Searched refs:thrown_type (Results 1 – 5 of 5) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_default_handlers.cpp | 47 const __shim_type_info* thrown_type = in default_terminate_handler() local 53 const char* name = __cxa_demangle(thrown_type->name(), buf, &len, &status); in default_terminate_handler() 55 name = thrown_type->name(); in default_terminate_handler() 59 if (catch_type->can_catch(thrown_type, thrown_object)) in default_terminate_handler()
|
D | private_typeinfo.cpp | 188 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 191 return is_equal(this, thrown_type, false); in can_catch() 216 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 219 return is_equal(this, thrown_type, false); in can_catch() 227 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 231 if (is_equal(this, thrown_type, false)) in can_catch() 234 dynamic_cast<const __class_type_info*>(thrown_type); in can_catch() 347 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 350 return is_equal(this, thrown_type, false) || in can_catch() 351 is_equal(thrown_type, &typeid(std::nullptr_t), false); in can_catch() [all …]
|
D | private_typeinfo.h | 29 …isibility__("hidden"))) virtual bool can_catch(const __shim_type_info* thrown_type, void*& adjuste…
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 83 HANDLE_DW_TAG(0x0031, thrown_type)
|
/external/elfutils/src/libdw/ |
D | known-dwarf.h | 605 ONE_KNOWN_DW_TAG (thrown_type, DW_TAG_thrown_type) \
|