Searched refs:excpType (Results 1 – 2 of 2) sorted by relevance
408 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument441 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()450 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument475 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()733 const __shim_type_info* excpType = in scan_eh_tab() local735 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()740 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()775 const __shim_type_info* excpType = in scan_eh_tab() local777 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()783 ttypeEncoding, excpType, in scan_eh_tab()[all …]
566 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local567 int type = excpType->type; in handleActionValue()