/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | stdexcept.cc | 81 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 D | stdexcept.cc | 81 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 D | stdexcept | 273 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 D | bitset | 49 // 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 D | stdexcept | 273 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 D | bitset | 49 // 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 D | stdexcept | 26 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 D | cxx11-stdexcept.cc | 67 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
|
H A D | cow-stdexcept.cc | 127 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 D | functexcept.cc | 110 { _GLIBCXX_THROW_OR_ABORT(overflow_error(_(__s))); } in __throw_overflow_error()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | cxx11-stdexcept.cc | 67 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
|
H A D | cow-stdexcept.cc | 107 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 D | functexcept.cc | 118 { _GLIBCXX_THROW_OR_ABORT(overflow_error(_(__s))); } in __throw_overflow_error()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/ |
H A D | stdexcept_default.ipp | 59 overflow_error::~overflow_error() noexcept {}
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset | 929 * @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 D | dynamic_bitset | 929 * @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 D | gnu.ver | 151 # std::overflow_error::o*; 152 # std::overflow_error::~o*;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 151 # std::overflow_error::o*; 152 # std::overflow_error::~o*;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 3683 (overflow_error, underflow_error): Define move constructors and move 5047 (length_error, out_of_range, range_error, overflow_error)
|
H A D | ChangeLog-2011 | 5421 overflow_error, underflow_error.
|
H A D | ChangeLog-2014 | 219 range_error, overflow_error, underflow_error): Declare const char*
|
H A D | ChangeLog-2003 | 857 (overflow_error): New.
|
H A D | ChangeLog-2016 | 9671 underflow_error, overflow_error): Declare members as transaction-safe.
|