Home
last modified time | relevance | path

Searched refs:thrown_type (Results 1 – 5 of 5) sorted by relevance

/external/libcxxabi/src/
Dcxa_default_handlers.cpp47 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()
Dprivate_typeinfo.cpp188 __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 …]
Dprivate_typeinfo.h29 …isibility__("hidden"))) virtual bool can_catch(const __shim_type_info* thrown_type, void*& adjuste…
/external/llvm/include/llvm/Support/
DDwarf.def83 HANDLE_DW_TAG(0x0031, thrown_type)
/external/elfutils/src/libdw/
Dknown-dwarf.h605 ONE_KNOWN_DW_TAG (thrown_type, DW_TAG_thrown_type) \