Home
last modified time | relevance | path

Searched refs:catch_type (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc98 const __shim_type_info* catch_type = rttip; in __cxa_type_match() local
101 if (!catch_type || !thrown_type) { in __cxa_type_match()
105 if (catch_type->can_catch(thrown_type, adjustedPtr)) { in __cxa_type_match()
219 const __shim_type_info* catch_type = reinterpret_cast<const __shim_type_info*>(offset); in __cxa_call_unexpected() local
224 catch_type, in __cxa_call_unexpected()
233 if (catch_type->can_catch(bad_excp, null_adjustedPtr)) { in __cxa_call_unexpected()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_default_handlers.cpp57 const __shim_type_info* catch_type = in default_terminate_handler() local
59 if (catch_type->can_catch(thrown_type, thrown_object)) in default_terminate_handler()