Searched refs:catch_type (Results 1 – 2 of 2) sorted by relevance
98 const __shim_type_info* catch_type = rttip; in __cxa_type_match() local101 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() local224 catch_type, in __cxa_call_unexpected()233 if (catch_type->can_catch(bad_excp, null_adjustedPtr)) { in __cxa_call_unexpected()
57 const __shim_type_info* catch_type = in default_terminate_handler() local59 if (catch_type->can_catch(thrown_type, thrown_object)) in default_terminate_handler()