Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp411 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
447 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
456 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
481 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
742 const __shim_type_info* excpType = in scan_eh_tab() local
744 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
749 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
784 const __shim_type_info* excpType = in scan_eh_tab() local
786 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
792 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()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp546 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local
547 int type = excpType->type; in handleActionValue()