HelenOS sources

exception          74 kernel/arch/mips32/include/arch/exception.h extern void exception(istate_t *istate);
exception          43 uspace/lib/cpp/include/__bits/exception.hpp             exception() noexcept = default;
exception          44 uspace/lib/cpp/include/__bits/exception.hpp             exception(const exception&) noexcept = default;
exception          45 uspace/lib/cpp/include/__bits/exception.hpp             exception& operator=(const exception&) noexcept = default;
exception          46 uspace/lib/cpp/include/__bits/exception.hpp             virtual ~exception() = default;
exception          55 uspace/lib/cpp/include/__bits/exception.hpp     class bad_exception: public exception
exception          50 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp     class bad_weak_ptr: public exception
exception          38 uspace/lib/cpp/include/__bits/new.hpp class bad_alloc: public std::exception
exception          39 uspace/lib/cpp/include/__bits/stdexcept.hpp     class logic_error: public exception
exception          86 uspace/lib/cpp/include/__bits/stdexcept.hpp     class runtime_error: public exception
exception         181 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 catch(const exception& __exception)
exception         203 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 catch(const exception& __exception)
exception         243 uspace/lib/cpp/include/__bits/thread/promise.hpp                 catch(const exception& __exception)
exception         266 uspace/lib/cpp/include/__bits/thread/promise.hpp                 catch(const exception& __exception)
exception         345 uspace/lib/cpp/include/__bits/thread/promise.hpp                 catch(const exception& __exception)
exception         291 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                         catch(const exception& __exception)
exception         387 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 catch(const exception& __exception)
exception          34 uspace/lib/cpp/src/exception.cpp     const char* exception::what() const noexcept
exception          46 uspace/lib/cpp/src/stdexcept.cpp         : exception{other}, what_{::helenos::str_dup(other.what_)}
exception         125 uspace/lib/cpp/src/stdexcept.cpp         : exception{other}, what_{::helenos::str_dup(other.what_)}
HelenOS homepage, sources at GitHub