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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstdexcept.cc57 length_error::length_error(const string& __arg) function in class:length_error
60 length_error::~length_error() _GLIBCXX_USE_NOEXCEPT { }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstdexcept.cc57 length_error::length_error(const string& __arg) function in class:length_error
60 length_error::~length_error() _GLIBCXX_USE_NOEXCEPT { }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc58 length_error::length_error(const string& __arg) function in class:length_error
H A Dfunctexcept.cc78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); }
H A Dcow-stdexcept.cc115 length_error::length_error(const char* __arg) function in class:length_error
461 CTORDTOR(12length_error, std::length_error, logic_error)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc58 length_error::length_error(const string& __arg) function in class:length_error
H A Dfunctexcept.cc82 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); }
H A Dcow-stdexcept.cc95 length_error::length_error(const char* __arg) function in class:length_error
441 CTORDTOR(12length_error, std::length_error, logic_error)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallVector.cpp49 /// std::length_error or calls report_fatal_error.
58 throw std::length_error(Reason);
65 /// std::length_error or calls report_fatal_error.
72 throw std::length_error(Reason);
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-rand.cc52 } catch (length_error&) {
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmpxx.h3499 throw std::length_error ("gmp_randinit_lc_2exp_size");

Completed in 236 milliseconds