Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp43 std::unexpected_handler unexpectedHandler; member
80 std::unexpected_handler unexpectedHandler; member
Dcxa_exception.cpp263 exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_throw()
726 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()
Dcxa_personality.cpp1215 u_handler = old_exception_header->unexpectedHandler; in __cxa_call_unexpected()