Searched refs:unexpectedHandler (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_call.cc80 std::unexpected_handler unexpectedHandler = NULL; local
87 unexpectedHandler = xh->unexpectedHandler;
116 __unexpected(unexpectedHandler);
H A Deh_throw.cc63 header->unexpectedHandler = __unexpected_handler;
H A Dunwind-cxx.h60 std::unexpected_handler unexpectedHandler; member in struct:__cxxabiv1::__cxa_exception
132 // Handles re-checking the exception specification if unexpectedHandler
H A Deh_personality.cc720 // If the unexpectedHandler rethrows the exception (e.g. to categorize it),
728 { __unexpected (xh->unexpectedHandler); }
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.h47 std::unexpected_handler unexpectedHandler; member in struct:__cxxabiv1::__cxa_exception
85 std::unexpected_handler unexpectedHandler; member in struct:__cxxabiv1::__cxa_dependent_exception
H A Dcxa_exception.cpp261 exception_header->unexpectedHandler = std::get_unexpected();
745 dep_exception_header->unexpectedHandler = std::get_unexpected();
H A Dcxa_personality.cpp1185 u_handler = old_exception_header->unexpectedHandler;
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_throw.cc64 header->unexpectedHandler = __unexpected_handler;
H A Dunwind-cxx.h58 std::unexpected_handler unexpectedHandler; member in struct:__cxxabiv1::__cxa_exception
118 // Handles re-checking the exception specification if unexpectedHandler
H A Deh_personality.cc477 // If the unexpectedHandler rethrows the exception (e.g. to categorize it),
485 { __unexpected (xh->unexpectedHandler); }

Completed in 84 milliseconds