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

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dstdexcept.cc54 length_error::length_error(const string& __arg) function in class:length_error
H A Dfunctexcept.cc76 { throw length_error(_(__s)); }
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h88 class length_error : public logic_error class in inherits:logic_error
91 explicit length_error(const string& __arg);
/freebsd-10.0-release/contrib/libc++/src/
H A Dstdexcept.cpp187 length_error::~length_error() _NOEXCEPT {}
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver75 std::length_error*;

Completed in 128 milliseconds