Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp421 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
457 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
466 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
491 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
752 const __shim_type_info* excpType = in scan_eh_tab() local
754 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
759 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
794 const __shim_type_info* excpType = in scan_eh_tab() local
796 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
802 ttypeEncoding, excpType, in scan_eh_tab()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp517 struct OurExceptionType_t *excpType = &(excp->type); in handleActionValue() local
518 int type = excpType->type; in handleActionValue()
/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()