Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_personality.cpp421 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch()
466 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch()
752 const __shim_type_info* excpType = in scan_eh_tab() local
794 const __shim_type_info* excpType = in scan_eh_tab() local
1271 const __shim_type_info* excpType = in __cxa_call_unexpected() local
1302 const __shim_type_info* excpType = in __cxa_call_unexpected() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/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()
762 const __shim_type_info* excpType = in scan_eh_tab() local
793 const __shim_type_info* excpType = in scan_eh_tab() local
1250 const __shim_type_info* excpType = in __cxa_call_unexpected() local
1282 const __shim_type_info* excpType = in __cxa_call_unexpected() local
/aosp_15_r20/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp566 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local