Searched refs:excpType (Results 1 – 2 of 2) sorted by relevance
435 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()481 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument508 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()763 const __shim_type_info* excpType = in scan_eh_tab() local765 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()770 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()794 const __shim_type_info* excpType = in scan_eh_tab() local796 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()802 ttypeEncoding, excpType, in scan_eh_tab()[all …]
516 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local517 int type = excpType->type; in handleActionValue()