HelenOS sources

unexpected_handler   84 uspace/lib/cpp/include/__bits/exception.hpp     unexpected_handler get_unexpected() noexcept;
unexpected_handler   85 uspace/lib/cpp/include/__bits/exception.hpp     unexpected_handler set_unexpected(unexpected_handler) noexcept;
unexpected_handler   47 uspace/lib/cpp/src/exception.cpp         unexpected_handler unex_handler{nullptr};
unexpected_handler   86 uspace/lib/cpp/src/exception.cpp     unexpected_handler get_unexpected() noexcept
unexpected_handler   91 uspace/lib/cpp/src/exception.cpp     unexpected_handler set_unexpected(unexpected_handler h) noexcept
HelenOS homepage, sources at GitHub