Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/src/
H A Dcxa_personality.cpp435 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
481 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
760 const __shim_type_info* excpType = scan_eh_tab() local
791 const __shim_type_info* excpType = scan_eh_tab() local
1248 const __shim_type_info* excpType = __cxa_call_unexpected() local
1280 const __shim_type_info* excpType = __cxa_call_unexpected() local
[all...]
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp516 struct OurExceptionType_t *excpType = &(excp->type); handleActionValue() local