Home
last modified time | relevance | path

Searched refs:excpType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp472 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() local
765 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() local
796 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
1244 const __shim_type_info* excpType = in __cxa_call_unexpected() local
1251 excpType, adjustedPtr, in __cxa_call_unexpected()
1276 const __shim_type_info* excpType = in __cxa_call_unexpected() local
[all …]
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp516 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local
517 int type = excpType->type; in handleActionValue()