Searched refs:excpType (Results 1 – 2 of 2) sorted by relevance
472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()508 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()1244 const __shim_type_info* excpType = in __cxa_call_unexpected() local1251 excpType, adjustedPtr, in __cxa_call_unexpected()1276 const __shim_type_info* excpType = in __cxa_call_unexpected() local[all …]
516 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local517 int type = excpType->type; in handleActionValue()