/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | cow-stdexcept.cc | 58 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 D | cxx11-stdexcept.cc | 43 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 D | future.cc | 84 future_error::what() const noexcept { return logic_error::what(); } in what()
|
H A D | functexcept.cc | 66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | stdexcept.cc | 37 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 D | stdexcept.cc | 38 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 D | stdexcept | 113 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 D | future | 96 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 D | stdexcept | 56 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 D | future | 91 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 D | exception.hpp | 57 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 D | exception.hpp | 58 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 D | functexcept.cc | 66 { throw logic_error(_(__s)); } in __throw_logic_error()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
H A D | optional | 115 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 D | gnu.ver | 132 # std::logic_error::l*; 133 std::logic_error::what*; 134 # std::logic_error::~l*;
|
/dflybsd-src/gnu/lib/gcc47/libstdc++/ |
H A D | libstdc++-symbols.ver | 59 std::logic_error*;
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 104 std::logic_error*;
|