Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp408 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
441 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
450 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
475 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
733 const __shim_type_info* excpType = in scan_eh_tab() local
735 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
740 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
775 const __shim_type_info* excpType = in scan_eh_tab() local
777 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
783 ttypeEncoding, excpType, in scan_eh_tab()
[all …]
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp566 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local
567 int type = excpType->type; in handleActionValue()