/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | stdexcept.cc | 47 domain_error::domain_error(const string& __arg) in domain_error() function in std::domain_error 50 domain_error::~domain_error() _GLIBCXX_USE_NOEXCEPT { } in ~domain_error()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | stdexcept.cc | 47 domain_error::domain_error(const string& __arg) in domain_error() function in std::domain_error 50 domain_error::~domain_error() _GLIBCXX_USE_NOEXCEPT { } in ~domain_error()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | stdexcept | 153 class domain_error : public logic_error 156 explicit domain_error(const string& __arg) _GLIBCXX_TXN_SAFE; 158 explicit domain_error(const char*) _GLIBCXX_TXN_SAFE; 159 domain_error(const domain_error&) = default; 160 domain_error& operator=(const domain_error&) = default; 161 domain_error(domain_error&&) = default; 162 domain_error& operator=(domain_error&&) = default; 164 virtual ~domain_error() _GLIBCXX_NOTHROW;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | stdexcept | 153 class domain_error : public logic_error 156 explicit domain_error(const string& __arg) _GLIBCXX_TXN_SAFE; 158 explicit domain_error(const char*) _GLIBCXX_TXN_SAFE; 159 domain_error(const domain_error&) = default; 160 domain_error& operator=(const domain_error&) = default; 161 domain_error(domain_error&&) = default; 162 domain_error& operator=(domain_error&&) = default; 164 virtual ~domain_error() _GLIBCXX_NOTHROW;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | stdexcept | 20 class domain_error; 122 class _LIBCPP_EXCEPTION_ABI domain_error 126 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {} 127 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {} 130 domain_error(const domain_error&) _NOEXCEPT = default; 131 virtual ~domain_error() _NOEXCEPT; 234 throw domain_error(__msg);
|
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/ |
H A D | t-ops2z.cc | 92 catch (std::domain_error&) {} in checkz() 94 catch (std::domain_error&) {} in checkz() 103 catch (std::domain_error&) {} in checkz() 105 catch (std::domain_error&) {} in checkz()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | cxx11-stdexcept.cc | 52 domain_error::domain_error(const string& __arg) in domain_error() function in std::domain_error
|
H A D | cow-stdexcept.cc | 109 domain_error::domain_error(const char* __arg) in domain_error() function in std::domain_error 459 CTORDTOR(12domain_error, std::domain_error, logic_error)
|
H A D | functexcept.cc | 70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | cxx11-stdexcept.cc | 52 domain_error::domain_error(const string& __arg) in domain_error() function in std::domain_error
|
H A D | cow-stdexcept.cc | 89 domain_error::domain_error(const char* __arg) in domain_error() function in std::domain_error 439 CTORDTOR(12domain_error, std::domain_error, logic_error)
|
H A D | functexcept.cc | 74 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/ |
H A D | stdexcept_default.ipp | 52 domain_error::~domain_error() noexcept {}
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | gmpxx.h | 1243 throw std::domain_error ("factorial(negative)"); in eval() 1251 throw std::domain_error ("factorial(negative)"); in eval() 1267 throw std::domain_error ("primorial(negative)"); in eval() 1275 throw std::domain_error ("primorial(negative)"); in eval()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 80 # std::domain_error::d*; 81 # std::domain_error::~d*;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 80 # std::domain_error::d*; 81 # std::domain_error::~d*;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 3682 (domain_error, invalid_argument, length_error, out_of_range) 5046 * include/std/stdexcept (domain_error, invalid_argument)
|
H A D | ChangeLog-2011 | 5419 * src/stdexcept.cc: Add dtor definitions for domain_error,
|
H A D | ChangeLog-2014 | 218 (domain_error, invalid_argument, length_error, out_of_range,
|
H A D | ChangeLog-2016 | 9669 * include/std/stdexcept (logic_error, domain_error, invalid_argument,
|