HelenOS sources
what 48 uspace/lib/cpp/include/__bits/exception.hpp virtual const char* what() const noexcept;
what 62 uspace/lib/cpp/include/__bits/exception.hpp virtual const char* what() const noexcept;
what 44 uspace/lib/cpp/include/__bits/new.hpp virtual const char* what() const noexcept override;
what 48 uspace/lib/cpp/include/__bits/stdexcept.hpp const char* what() const noexcept override;
what 95 uspace/lib/cpp/include/__bits/stdexcept.hpp const char* what() const noexcept override;
what 80 uspace/lib/cpp/include/__bits/thread/future_common.hpp const char* what() const noexcept;
what 37 uspace/lib/cpp/src/stdexcept.cpp logic_error::logic_error(const string& what)
what 38 uspace/lib/cpp/src/stdexcept.cpp : what_{::helenos::str_dup(what.c_str())}
what 41 uspace/lib/cpp/src/stdexcept.cpp logic_error::logic_error(const char* what)
what 42 uspace/lib/cpp/src/stdexcept.cpp : what_{::helenos::str_dup(what)}
what 68 uspace/lib/cpp/src/stdexcept.cpp domain_error::domain_error(const string& what)
what 69 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 72 uspace/lib/cpp/src/stdexcept.cpp domain_error::domain_error(const char* what)
what 73 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 80 uspace/lib/cpp/src/stdexcept.cpp invalid_argument::invalid_argument(const string& what)
what 81 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 84 uspace/lib/cpp/src/stdexcept.cpp invalid_argument::invalid_argument(const char* what)
what 85 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 92 uspace/lib/cpp/src/stdexcept.cpp length_error::length_error(const string& what)
what 93 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 96 uspace/lib/cpp/src/stdexcept.cpp length_error::length_error(const char* what)
what 97 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 104 uspace/lib/cpp/src/stdexcept.cpp out_of_range::out_of_range(const string& what)
what 105 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 108 uspace/lib/cpp/src/stdexcept.cpp out_of_range::out_of_range(const char* what)
what 109 uspace/lib/cpp/src/stdexcept.cpp : logic_error{what}
what 116 uspace/lib/cpp/src/stdexcept.cpp runtime_error::runtime_error(const string& what)
what 117 uspace/lib/cpp/src/stdexcept.cpp : what_{::helenos::str_dup(what.c_str())}
what 120 uspace/lib/cpp/src/stdexcept.cpp runtime_error::runtime_error(const char* what)
what 121 uspace/lib/cpp/src/stdexcept.cpp : what_{::helenos::str_dup(what)}
what 147 uspace/lib/cpp/src/stdexcept.cpp range_error::range_error(const string& what)
what 148 uspace/lib/cpp/src/stdexcept.cpp : runtime_error{what}
what 151 uspace/lib/cpp/src/stdexcept.cpp range_error::range_error(const char* what)
what 152 uspace/lib/cpp/src/stdexcept.cpp : runtime_error{what}
what 159 uspace/lib/cpp/src/stdexcept.cpp overflow_error::overflow_error(const string& what)
what 160 uspace/lib/cpp/src/stdexcept.cpp : runtime_error{what}
what 163 uspace/lib/cpp/src/stdexcept.cpp overflow_error::overflow_error(const char* what)
what 164 uspace/lib/cpp/src/stdexcept.cpp : runtime_error{what}
what 171 uspace/lib/cpp/src/stdexcept.cpp underflow_error::underflow_error(const string& what)
what 172 uspace/lib/cpp/src/stdexcept.cpp : runtime_error{what}
what 175 uspace/lib/cpp/src/stdexcept.cpp underflow_error::underflow_error(const char* what)
what 176 uspace/lib/cpp/src/stdexcept.cpp : runtime_error{what}
HelenOS homepage, sources at GitHub