Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstdexcept.cc81 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
84 overflow_error::~overflow_error() _GLIBCXX_USE_NOEXCEPT { } in ~overflow_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstdexcept.cc81 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
84 overflow_error::~overflow_error() _GLIBCXX_USE_NOEXCEPT { } in ~overflow_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstdexcept273 class overflow_error : public runtime_error
276 explicit overflow_error(const string& __arg) _GLIBCXX_TXN_SAFE;
278 explicit overflow_error(const char*) _GLIBCXX_TXN_SAFE;
279 overflow_error(const overflow_error&) = default;
280 overflow_error& operator=(const overflow_error&) = default;
281 overflow_error(overflow_error&&) = default;
282 overflow_error& operator=(overflow_error&&) = default;
284 virtual ~overflow_error() _GLIBCXX_NOTHROW;
H A Dbitset49 // overflow_error
1174 * @throw std::overflow_error If there are too many bits to be
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstdexcept273 class overflow_error : public runtime_error
276 explicit overflow_error(const string& __arg) _GLIBCXX_TXN_SAFE;
278 explicit overflow_error(const char*) _GLIBCXX_TXN_SAFE;
279 overflow_error(const overflow_error&) = default;
280 overflow_error& operator=(const overflow_error&) = default;
281 overflow_error(overflow_error&&) = default;
282 overflow_error& operator=(overflow_error&&) = default;
284 virtual ~overflow_error() _GLIBCXX_NOTHROW;
H A Dbitset49 // overflow_error
1174 * @throw std::overflow_error If there are too many bits to be
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstdexcept26 class overflow_error;
186 class _LIBCPP_EXCEPTION_ABI overflow_error
190 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {}
191 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {}
194 overflow_error(const overflow_error&) _NOEXCEPT = default;
195 virtual ~overflow_error() _NOEXCEPT;
289 throw overflow_error(__msg);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc67 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
H A Dcow-stdexcept.cc127 overflow_error::overflow_error(const char* __arg) in overflow_error() function in std::overflow_error
475 CTORDTOR(14overflow_error, std::overflow_error, runtime_error)
H A Dfunctexcept.cc110 { _GLIBCXX_THROW_OR_ABORT(overflow_error(_(__s))); } in __throw_overflow_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc67 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
H A Dcow-stdexcept.cc107 overflow_error::overflow_error(const char* __arg) in overflow_error() function in std::overflow_error
455 CTORDTOR(14overflow_error, std::overflow_error, runtime_error)
H A Dfunctexcept.cc118 { _GLIBCXX_THROW_OR_ABORT(overflow_error(_(__s))); } in __throw_overflow_error()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp59 overflow_error::~overflow_error() noexcept {}
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/
H A Ddynamic_bitset929 * @throw std::overflow_error If there are too many bits to be
939 * @throw std::overflow_error If there are too many bits to be
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/
H A Ddynamic_bitset929 * @throw std::overflow_error If there are too many bits to be
939 * @throw std::overflow_error If there are too many bits to be
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver151 # std::overflow_error::o*;
152 # std::overflow_error::~o*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver151 # std::overflow_error::o*;
152 # std::overflow_error::~o*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20183683 (overflow_error, underflow_error): Define move constructors and move
5047 (length_error, out_of_range, range_error, overflow_error)
H A DChangeLog-20115421 overflow_error, underflow_error.
H A DChangeLog-2014219 range_error, overflow_error, underflow_error): Declare const char*
H A DChangeLog-2003857 (overflow_error): New.
H A DChangeLog-20169671 underflow_error, overflow_error): Declare members as transaction-safe.