Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp435 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch()
481 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch()
763 const __shim_type_info* excpType = in scan_eh_tab() local
794 const __shim_type_info* excpType = in scan_eh_tab() local
1244 const __shim_type_info* excpType = in __cxa_call_unexpected() local
1276 const __shim_type_info* excpType = in __cxa_call_unexpected() local
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp516 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local