Home
last modified time | relevance | path

Searched refs:logic_error (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc58 logic_error::logic_error(const logic_error& e) noexcept in logic_error() function in std::logic_error
61 logic_error& logic_error::operator=(const logic_error& e) noexcept in operator =()
73 logic_error::logic_error(const char* __arg) in logic_error() function in std::logic_error
77 : logic_error(__arg) { } in domain_error()
80 : logic_error(__arg) { } in invalid_argument()
83 : logic_error(__arg) { } in length_error()
86 : logic_error(__arg) { } in out_of_range()
337 std::logic_error* le = (std::logic_error*) e; in _txnal_logic_error_get_msg()
416 CTORDTOR(11logic_error, std::logic_error, logic_error)
419 _ZGTtNKSt11logic_error4whatEv(const std::logic_error* that) in _ZGTtNKSt11logic_error4whatEv()
[all …]
H A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() function in std::logic_error
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
H A Dfuture.cc84 future_error::what() const noexcept { return logic_error::what(); } in what()
H A Dfunctexcept.cc66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dstdexcept.cc37 logic_error::logic_error(const string& __arg) in logic_error() function in std::logic_error
40 logic_error::~logic_error() _GLIBCXX_USE_NOEXCEPT { } in ~logic_error()
43 logic_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
47 : logic_error(__arg) { } in domain_error()
52 : logic_error(__arg) { } in invalid_argument()
57 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() function in std::logic_error
41 logic_error::~logic_error() _GLIBCXX_USE_NOEXCEPT { } in ~logic_error()
44 logic_error::what() const _GLIBCXX_USE_NOEXCEPT in what()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstdexcept113 class logic_error : public exception
120 logic_error(const string& __arg) _GLIBCXX_TXN_SAFE;
124 logic_error(const char*) _GLIBCXX_TXN_SAFE;
128 logic_error(const logic_error&) _GLIBCXX_USE_NOEXCEPT;
129 logic_error& operator=(const logic_error&) _GLIBCXX_USE_NOEXCEPT;
132 virtual ~logic_error() _GLIBCXX_TXN_SAFE_DYN _GLIBCXX_USE_NOEXCEPT;
147 class domain_error : public logic_error
158 class invalid_argument : public logic_error
170 class length_error : public logic_error
182 class out_of_range : public logic_error
H A Dfuture96 class future_error : public logic_error
115 : logic_error("std::future_error: " + __ec.message()), _M_code(__ec)
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dstdexcept56 class logic_error : public exception
63 logic_error(const string& __arg);
65 virtual ~logic_error() _GLIBCXX_USE_NOEXCEPT;
75 class domain_error : public logic_error
83 class invalid_argument : public logic_error
92 class length_error : public logic_error
101 class out_of_range : public logic_error
H A Dfuture91 class future_error : public logic_error
97 : logic_error("std::future_error"), _M_code(__ec)
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp57 struct container_error : public std::logic_error
60 : std::logic_error(__N("__gnu_pbds::container_error")) { } in container_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp58 struct container_error : public std::logic_error
61 : std::logic_error(__N("__gnu_pbds::container_error")) { } in container_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc66 { throw logic_error(_(__s)); } in __throw_logic_error()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Doptional115 class bad_optional_access : public logic_error
118 bad_optional_access() : logic_error("bad optional access") { }
121 explicit bad_optional_access(const char* __arg) : logic_error(__arg) { }
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver132 # std::logic_error::l*;
133 std::logic_error::what*;
134 # std::logic_error::~l*;
/dflybsd-src/gnu/lib/gcc47/libstdc++/
H A Dlibstdc++-symbols.ver59 std::logic_error*;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu.ver104 std::logic_error*;