Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstdexcept.cc57 length_error::length_error(const string& __arg) in length_error() function in std::length_error
60 length_error::~length_error() _GLIBCXX_USE_NOEXCEPT { } in ~length_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstdexcept.cc57 length_error::length_error(const string& __arg) in length_error() function in std::length_error
60 length_error::~length_error() _GLIBCXX_USE_NOEXCEPT { } in ~length_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstdexcept184 class length_error : public logic_error
187 explicit length_error(const string& __arg) _GLIBCXX_TXN_SAFE;
189 explicit length_error(const char*) _GLIBCXX_TXN_SAFE;
190 length_error(const length_error&) = default;
191 length_error& operator=(const length_error&) = default;
192 length_error(length_error&&) = default;
193 length_error& operator=(length_error&&) = default;
195 virtual ~length_error() _GLIBCXX_NOTHROW;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstdexcept184 class length_error : public logic_error
187 explicit length_error(const string& __arg) _GLIBCXX_TXN_SAFE;
189 explicit length_error(const char*) _GLIBCXX_TXN_SAFE;
190 length_error(const length_error&) = default;
191 length_error& operator=(const length_error&) = default;
192 length_error(length_error&&) = default;
193 length_error& operator=(length_error&&) = default;
195 virtual ~length_error() _GLIBCXX_NOTHROW;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstdexcept22 class length_error;
148 class _LIBCPP_EXCEPTION_ABI length_error
152 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
153 _LIBCPP_INLINE_VISIBILITY explicit length_error(const char* __s) : logic_error(__s) {}
155 length_error(const length_error&) _NOEXCEPT = default;
156 virtual ~length_error() _NOEXCEPT;
256 throw length_error(__msg);
H A Dvector982 // throws length_error if __n > max_size()
2523 // throws length_error if __n > max_size()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc58 length_error::length_error(const string& __arg) in length_error() function in std::length_error
H A Dcow-stdexcept.cc115 length_error::length_error(const char* __arg) in length_error() function in std::length_error
461 CTORDTOR(12length_error, std::length_error, logic_error)
H A Dfunctexcept.cc78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc58 length_error::length_error(const string& __arg) in length_error() function in std::length_error
H A Dcow-stdexcept.cc95 length_error::length_error(const char* __arg) in length_error() function in std::length_error
441 CTORDTOR(12length_error, std::length_error, logic_error)
H A Dfunctexcept.cc82 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallVector.cpp58 throw std::length_error(Reason); in report_size_overflow()
72 throw std::length_error(Reason); in report_at_maximum_capacity()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp54 length_error::~length_error() noexcept {}
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-rand.cc52 } catch (length_error&) { in check_randinit()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver109 # std::length_error::l*;
110 # std::length_error::~l*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver109 # std::length_error::l*;
110 # std::length_error::~l*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20046046 instead, thus avoiding redundant check for length_error.
6118 const _CharT*, size_type __n)): Fix length_error check.
6122 Fix length_error check.
6126 size_type)): Remove length_error check.
H A DChangeLog-20183682 (domain_error, invalid_argument, length_error, out_of_range)
5047 (length_error, out_of_range, range_error, overflow_error)
H A DChangeLog-19992676 (__length_error): Likewise, for length_error.
H A DChangeLog-2002596 * include/bits/vector.tcc (vector::reserve): Throw length_error if
H A DChangeLog-20115420 invalid_argument, length_error, out_of_range, range_error,
H A DChangeLog-2014218 (domain_error, invalid_argument, length_error, out_of_range,
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h3499 throw std::length_error ("gmp_randinit_lc_2exp_size");
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-15969 big, an 'std::length_error' exception is thrown in that case.

12