Home
last modified time | relevance | path

Searched refs:length_error (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept23 class length_error;
131 class _LIBCPP_EXCEPTION_ABI length_error
135 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
136 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
138 virtual ~length_error() _NOEXCEPT;
225 throw length_error(__msg);
H A Dvector965 // throws length_error if __n > max_size()
2546 // throws length_error if __n > max_size()
/freebsd-12.1/contrib/libstdc++/src/
H A Dstdexcept.cc54 length_error::length_error(const string& __arg) in length_error() function in length_error
H A Dfunctexcept.cc76 { throw length_error(_(__s)); } in __throw_length_error()
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h88 class length_error : public logic_error
91 explicit length_error(const string& __arg);
/freebsd-12.1/contrib/libc++/src/
H A Dstdexcept.cpp95 length_error::~length_error() _NOEXCEPT {} in ~length_error()
/freebsd-12.1/sbin/devd/
H A Ddevd.cc1117 catch (const std::length_error& e) { in event_loop()
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver75 std::length_error*;
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20046044 instead, thus avoiding redundant check for length_error.
6116 const _CharT*, size_type __n)): Fix length_error check.
6120 Fix length_error check.
6124 size_type)): Remove length_error check.
H A DChangeLog-19992677 (__length_error): Likewise, for length_error.
H A DChangeLog-2002596 * include/bits/vector.tcc (vector::reserve): Throw length_error if