Home
last modified time | relevance | path

Searched refs:unexpectedHandler (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.hpp41 std::unexpected_handler unexpectedHandler; member
79 std::unexpected_handler unexpectedHandler; member
Dcxa_exception.cpp228 exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_throw()
696 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()
Dcxa_personality.cpp1211 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()
/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc211 unexpected_helper(header->unexpectedHandler); in __cxa_call_unexpected()
266 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()
Dcxxabi_defines.h283 std::unexpected_handler unexpectedHandler; member
Dcxxabi.cc264 header->unexpectedHandler = std::get_unexpected(); in throwException()