Searched refs:thrown_type (Results 1 – 8 of 8) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 181 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 184 return is_equal(this, thrown_type, false); in can_catch() 209 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 212 return is_equal(this, thrown_type, false); in can_catch() 222 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 226 if (is_equal(this, thrown_type, false)) in can_catch() 229 dynamic_cast<const __class_type_info*>(thrown_type); in can_catch() 344 __pbase_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 351 thrown_type); in can_catch() 356 return is_equal(this, thrown_type, use_strcmp); in can_catch() [all …]
|
D | cxa_default_handlers.cpp | 46 const __shim_type_info* thrown_type = in demangling_terminate_handler() local 53 const char* name = __cxa_demangle(thrown_type->name(), buf, &len, &status); in demangling_terminate_handler() 55 name = thrown_type->name(); in demangling_terminate_handler() 57 const char* name = thrown_type->name(); in demangling_terminate_handler() 62 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
|
D | private_typeinfo.h | 26 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
|
/external/cronet/buildtools/third_party/libc++abi/trunk/src/ |
D | private_typeinfo.cpp | 184 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 187 return is_equal(this, thrown_type, false); in can_catch() 212 __enum_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 215 return is_equal(this, thrown_type, false); in can_catch() 225 __class_type_info::can_catch(const __shim_type_info* thrown_type, in can_catch() argument 229 if (is_equal(this, thrown_type, false)) in can_catch() 232 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 354 thrown_type); in can_catch() 359 return is_equal(this, thrown_type, use_strcmp); in can_catch() [all …]
|
D | cxa_default_handlers.cpp | 62 const __shim_type_info* thrown_type = in demangling_terminate_handler() local 64 auto name = demangle(thrown_type->name()); in demangling_terminate_handler() 68 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
|
D | private_typeinfo.h | 25 _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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 169 HANDLE_DW_TAG(0x0031, thrown_type, 2, DWARF, DW_KIND_TYPE)
|