HelenOS sources
overflow_error 112 uspace/lib/cpp/include/__bits/stdexcept.hpp explicit overflow_error(const string&);
overflow_error 113 uspace/lib/cpp/include/__bits/stdexcept.hpp explicit overflow_error(const char*);
overflow_error 114 uspace/lib/cpp/include/__bits/stdexcept.hpp overflow_error(const overflow_error&) noexcept;
overflow_error 159 uspace/lib/cpp/src/stdexcept.cpp overflow_error::overflow_error(const string& what)
overflow_error 163 uspace/lib/cpp/src/stdexcept.cpp overflow_error::overflow_error(const char* what)
overflow_error 167 uspace/lib/cpp/src/stdexcept.cpp overflow_error::overflow_error(const overflow_error& other) noexcept
HelenOS homepage, sources at GitHub