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

/freebsd-12-stable/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-12-stable/contrib/llvm-project/libcxx/src/
H A Doptional.cpp30 : public std::logic_error
33 bad_optional_access() : std::logic_error("Bad optional Access") {}
H A Dfuture.cpp75 : logic_error(__ec.message()),
/freebsd-12-stable/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-12-stable/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 176 milliseconds