Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc175 const __shim_type_info* excpType = in scanEHTable() local
177 if (adjustedPtr == 0 || excpType == 0) { in scanEHTable()
183 if (dynamic_cast<const __pointer_type_info*>(excpType)) { in scanEHTable()
188 if (catchType->can_catch(excpType, adjustedPtr)) { in scanEHTable()
209 const std::type_info* excpType = header->exceptionType; in scanEHTable() local
210 if (adjustedPtr == 0 || excpType == 0) { in scanEHTable()
217 ttypeEncoding, excpType, in scanEHTable()
316 const std::type_info* excpType, in canExceptionSpecCatch() argument
337 static_cast<const __shim_type_info*>(excpType), tempPtr)) { in canExceptionSpecCatch()
450 const std::type_info* excpType, in canExceptionSpecCatch() argument
[all …]
Dcall_unexpected.cc301 const std::type_info* excpType = new_exception_header->exceptionType; in __cxa_call_unexpected() local
303 excpType, new_exception_header+1, unwind_exception)) { in __cxa_call_unexpected()
319 const std::type_info* excpType = &typeid(std::bad_exception); in __cxa_call_unexpected() local
321 excpType, NULL, unwind_exception)) { in __cxa_call_unexpected()
Dhelper_func_internal.h51 const std::type_info* excpType,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp405 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
438 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
447 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() argument
472 if (catchType->can_catch(excpType, tempPtr)) in exception_spec_can_catch()
730 const __shim_type_info* excpType = in scan_eh_tab() local
732 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
737 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
772 const __shim_type_info* excpType = in scan_eh_tab() local
774 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
780 ttypeEncoding, excpType, in scan_eh_tab()
[all …]