Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstdexcept23 class out_of_range;
159 class _LIBCPP_EXPORTED_FROM_ABI out_of_range : public logic_error {
161 _LIBCPP_HIDE_FROM_ABI explicit out_of_range(const string& __s) : logic_error(__s) {}
162 _LIBCPP_HIDE_FROM_ABI explicit out_of_range(const char* __s) : logic_error(__s) {}
165 _LIBCPP_HIDE_FROM_ABI out_of_range(const out_of_range&) _NOEXCEPT = default;
166 _LIBCPP_HIDE_FROM_ABI out_of_range& operator=(const out_of_range&) _NOEXCEPT = default;
167 ~out_of_range() _NOEXCEPT override;
248 throw out_of_range(__msg);
250 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg…
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdexcept23 class out_of_range;
162 class _LIBCPP_EXPORTED_FROM_ABI out_of_range : public logic_error {
164 _LIBCPP_HIDE_FROM_ABI explicit out_of_range(const string& __s) : logic_error(__s) {}
165 _LIBCPP_HIDE_FROM_ABI explicit out_of_range(const char* __s) : logic_error(__s) {}
168 _LIBCPP_HIDE_FROM_ABI out_of_range(const out_of_range&) _NOEXCEPT = default;
169 _LIBCPP_HIDE_FROM_ABI out_of_range& operator=(const out_of_range&) _NOEXCEPT = default;
170 ~out_of_range() _NOEXCEPT override;
251 throw out_of_range(__msg);
253 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg…
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp53 out_of_range::~out_of_range() noexcept {}
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dinteger_to_string.h109 bool out_of_range = false; variable
123 LIBC_INLINE bool ok() const { return !out_of_range; } in ok()
131 out_of_range = true; in push()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dstdexcept.cppm
/freebsd/usr.sbin/spi/
H A Dspi.c959 goto out_of_range; in verbose_dump_buffer()
964 out_of_range: in verbose_dump_buffer()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2370 SYMBOL(out_of_range, std::, <stdexcept>)