Home
last modified time | relevance | path

Searched refs:exceptionType (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp39 std::type_info *exceptionType; member
77 std::type_info *exceptionType; member
Dcxa_exception.cpp230 exception_header->exceptionType = tinfo; in __cxa_throw()
533 return exception_header->exceptionType; in __cxa_current_exception_type()
695 dep_exception_header->exceptionType = exception_header->exceptionType; in __cxa_rethrow_primary_exception()
Dcxa_default_handlers.cpp48 static_cast<const __shim_type_info*>(exception_header->exceptionType); in default_terminate_handler()
Dcxa_personality.cpp731 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()
773 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()
1270 static_cast<const __shim_type_info*>(new_exception_header->exceptionType); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc93 if (dynamic_cast<const __pointer_type_info*>(header->exceptionType)) { in __cxa_type_match()
100 static_cast<const __shim_type_info*>(header->exceptionType); in __cxa_type_match()
301 const std::type_info* excpType = new_exception_header->exceptionType; in __cxa_call_unexpected()
Dcxxabi_defines.h281 std::type_info* exceptionType; member
Dhelper_func_internal.cc176 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scanEHTable()
209 const std::type_info* excpType = header->exceptionType; in scanEHTable()
Dcxxabi.cc329 header->exceptionType = tinfo; in __cxa_throw()