Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc92 if (dynamic_cast<const __pointer_type_info*>(header->exceptionType)) { in __cxa_type_match()
99 static_cast<const __shim_type_info*>(header->exceptionType); in __cxa_type_match()
300 const std::type_info* excpType = new_exception_header->exceptionType; in __cxa_call_unexpected()
Dhelper_func_internal.cc180 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scanEHTable()
213 const std::type_info* excpType = header->exceptionType; in scanEHTable()
Dcxxabi.cc184 header->exceptionType = tinfo; in __cxa_throw()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h284 std::type_info* exceptionType; member