/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | stdexcept.cc | 57 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 D | stdexcept.cc | 57 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 D | stdexcept | 184 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 D | stdexcept | 184 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 D | stdexcept | 22 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 D | vector | 982 // 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 D | cxx11-stdexcept.cc | 58 length_error::length_error(const string& __arg) in length_error() function in std::length_error
|
H A D | cow-stdexcept.cc | 115 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 D | functexcept.cc | 78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | cxx11-stdexcept.cc | 58 length_error::length_error(const string& __arg) in length_error() function in std::length_error
|
H A D | cow-stdexcept.cc | 95 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 D | functexcept.cc | 82 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SmallVector.cpp | 58 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 D | stdexcept_default.ipp | 54 length_error::~length_error() noexcept {}
|
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/ |
H A D | t-rand.cc | 52 } catch (length_error&) { in check_randinit()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 109 # std::length_error::l*; 110 # std::length_error::~l*;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 109 # std::length_error::l*; 110 # std::length_error::~l*;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2004 | 6046 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 D | ChangeLog-2018 | 3682 (domain_error, invalid_argument, length_error, out_of_range) 5047 (length_error, out_of_range, range_error, overflow_error)
|
H A D | ChangeLog-1999 | 2676 (__length_error): Likewise, for length_error.
|
H A D | ChangeLog-2002 | 596 * include/bits/vector.tcc (vector::reserve): Throw length_error if
|
H A D | ChangeLog-2011 | 5420 invalid_argument, length_error, out_of_range, range_error,
|
H A D | ChangeLog-2014 | 218 (domain_error, invalid_argument, length_error, out_of_range,
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | gmpxx.h | 3499 throw std::length_error ("gmp_randinit_lc_2exp_size");
|
/netbsd-src/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info-1 | 5969 big, an 'std::length_error' exception is thrown in that case.
|