Searched refs:logic_error (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dstdexcept.cc39 logic_error::logic_error(const string& __arg) function in class:logic_error
42 logic_error::~logic_error() throw() { }
45 logic_error::what() const throw()
49 : logic_error(__arg) { }
52 : logic_error(__arg) { }
55 : logic_error(__arg) { }
58 : logic_error(__arg) { }
H A Dfunctexcept.cc64 { throw logic_error(_(__s)); }
/freebsd-10.2-release/contrib/libc++/src/
H A Dstdexcept.cpp30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) function in class:std::logic_error
34 logic_error::logic_error(const char* msg) : __imp_(msg) function in class:std::logic_error
38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
42 logic_error&
43 logic_error::operator=(const logic_error
[all...]
H A Dfuture.cpp76 : logic_error(__ec.message()),
/freebsd-10.2-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h53 class logic_error : public exception class in inherits:exception
60 logic_error(const string& __arg);
63 ~logic_error() throw();
73 class domain_error : public logic_error
80 class invalid_argument : public logic_error
88 class length_error : public logic_error
96 class out_of_range : public logic_error
/freebsd-10.2-release/contrib/libstdc++/include/ext/pb_ds/
H A Dexception.hpp55 struct container_error : public std::logic_error
58 : std::logic_error(__N("pb_ds::container_error")) { }

Completed in 119 milliseconds