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

/freebsd-11.0-release/contrib/libstdc++/src/
H A Dstdexcept.cc57 out_of_range::out_of_range(const string& __arg) function in class:out_of_range
H A Dfunctexcept.cc80 { throw out_of_range(_(__s)); }
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h96 class out_of_range : public logic_error class in inherits:logic_error
99 explicit out_of_range(const string& __arg);
/freebsd-11.0-release/contrib/libc++/src/
H A Dstdexcept.cpp94 out_of_range::~out_of_range() _NOEXCEPT {}
H A Dstring.cpp50 throw_helper<out_of_range>(func + ": out of range");

Completed in 56 milliseconds