Home
last modified time | relevance | path

Searched refs:overflow_error (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/
H A Dstdexcept26 class overflow_error;
187 class _LIBCPP_EXCEPTION_ABI overflow_error
191 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {}
192 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {}
195 overflow_error(const overflow_error&) _NOEXCEPT = default;
196 ~overflow_error() _NOEXCEPT override;
290 throw overflow_error(__msg);
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dstdlib_stdexcept.cpp44 overflow_error::~overflow_error() noexcept {} in ~overflow_error()
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dstdexcept.cc72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in overflow_error
H A Dfunctexcept.cc92 { throw overflow_error(_(__s)); } in __throw_overflow_error()
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dstdexcept.cc72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
H A Dfunctexcept.cc85 { throw overflow_error(__s); } in __throw_overflow_error()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_stdexcept.h134 class overflow_error : public runtime_error
137 explicit overflow_error(const string& __arg);
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_stdexcept.h133 class overflow_error : public runtime_error
136 explicit overflow_error(const string& __arg);
/openbsd-src/gnu/llvm/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp59 overflow_error::~overflow_error() noexcept {}
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/
H A Dlinker-map.gnu81 std::overflow_error*;
/openbsd-src/gnu/gcc/libstdc++-v3/config/abi/pre/
H A Dgnu.ver101 std::overflow_error*;
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc867 SYMBOL(overflow_error, std::, <stdexcept>)
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST368 T class overflow_error;
421 19.1.8 Class overflow_error [lib.overflow.error]
423 T class overflow_error : public runtime_error {
425 T explicit overflow_error(const string& what_arg);
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST368 T class overflow_error;
421 19.1.8 Class overflow_error [lib.overflow.error]
423 T class overflow_error : public runtime_error {
425 T explicit overflow_error(const string& what_arg);