Searched refs:catchType (Results 1 – 2 of 2) sorted by relevance
469 const __shim_type_info* catchType = in exception_spec_can_catch() local472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()501 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex, in exception_spec_can_catch() local508 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()738 const __shim_type_info* catchType = in scan_eh_tab() local743 if (catchType == 0) in scan_eh_tab()770 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
618 …__cxxabiv1::__shim_type_info* catchType = reinterpret_cast<__cxxabiv1::__shim_type_info*>(catchTyp…622 … throwType->name(), reinterpret_cast<void*>(catchType), catchType->name());623 if (catchType->can_catch(throwType, thrownObject)) {