Home
last modified time | relevance | path

Searched refs:out_of_range (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept24 class out_of_range;
141 class _LIBCPP_EXCEPTION_ABI out_of_range
145 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
146 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
148 virtual ~out_of_range() _NOEXCEPT;
236 throw out_of_range(__msg);
H A Dmap1541 throw out_of_range("map::at: key not found");
1554 throw out_of_range("map::at: key not found");
H A Dunordered_map1608 throw out_of_range("unordered_map::at: key not found");
1620 throw out_of_range("unordered_map::at: key not found");
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/utils/
H A DRange.h107 throw std::out_of_range("index out of range");
114 throw std::out_of_range("index out of range");
121 throw std::out_of_range("index out of range");
/freebsd-12.1/contrib/libstdc++/src/
H A Dstdexcept.cc57 out_of_range::out_of_range(const string& __arg) in out_of_range() function in out_of_range
H A Dfunctexcept.cc80 { throw out_of_range(_(__s)); } in __throw_out_of_range()
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h96 class out_of_range : public logic_error
99 explicit out_of_range(const string& __arg);
/freebsd-12.1/contrib/libc++/src/
H A Dstdexcept.cpp96 out_of_range::~out_of_range() _NOEXCEPT {} in ~out_of_range()
H A Dstring.cpp47 throw_helper<out_of_range>(func + ": out of range"); in throw_from_string_out_of_range()
/freebsd-12.1/usr.sbin/spi/
H A Dspi.c941 goto out_of_range; in verbose_dump_buffer()
946 out_of_range: in verbose_dump_buffer()
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver100 std::out_of_range*;
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Drope1982 // if (__pos >= size()) throw out_of_range; // XXX
2574 // if (__pos >= size()) throw out_of_range; // XXX
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-19991784 Put in check for out_of_range in substr.
2676 * src/stdexcept.cc (__out_of_range): Qualify out_of_range with std::.
H A DChangeLog-20005500 out_of_range instead of range_error.
H A DChangeLog-20011292 to throw out_of_range, not range_error, thus sayeth $23.1.1.13.