Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp41 std::unexpected_handler unexpectedHandler; member
79 std::unexpected_handler unexpectedHandler; member
Dcxa_exception.cpp210 exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_throw()
669 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()
Dcxa_personality.cpp1194 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()