Searched refs:out_of_range (Results 1 – 7 of 7) sorted by relevance
23 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…
23 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…
53 out_of_range::~out_of_range() noexcept {}
109 bool out_of_range = false; variable123 LIBC_INLINE bool ok() const { return !out_of_range; } in ok()131 out_of_range = true; in push()
959 goto out_of_range; in verbose_dump_buffer()964 out_of_range: in verbose_dump_buffer()
2370 SYMBOL(out_of_range, std::, <stdexcept>)