Home
last modified time | relevance | path

Searched refs:domain_error (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstdexcept.cc47 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 Dstdexcept.cc47 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 Dstdexcept153 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 Dstdexcept153 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 Dstdexcept20 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 Dt-ops2z.cc92 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 Dcxx11-stdexcept.cc52 domain_error::domain_error(const string& __arg) in domain_error() function in std::domain_error
H A Dcow-stdexcept.cc109 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 Dfunctexcept.cc70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc52 domain_error::domain_error(const string& __arg) in domain_error() function in std::domain_error
H A Dcow-stdexcept.cc89 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 Dfunctexcept.cc74 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp52 domain_error::~domain_error() noexcept {}
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h1243 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 Dgnu.ver80 # std::domain_error::d*;
81 # std::domain_error::~d*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver80 # std::domain_error::d*;
81 # std::domain_error::~d*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20183682 (domain_error, invalid_argument, length_error, out_of_range)
5046 * include/std/stdexcept (domain_error, invalid_argument)
H A DChangeLog-20115419 * src/stdexcept.cc: Add dtor definitions for domain_error,
H A DChangeLog-2014218 (domain_error, invalid_argument, length_error, out_of_range,
H A DChangeLog-20169669 * include/std/stdexcept (logic_error, domain_error, invalid_argument,