Searched refs:out_of_range (Results 1 – 15 of 15) sorted by relevance
24 class out_of_range;141 class _LIBCPP_EXCEPTION_ABI out_of_range145 _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);
1541 throw out_of_range("map::at: key not found");1554 throw out_of_range("map::at: key not found");
1608 throw out_of_range("unordered_map::at: key not found");1620 throw out_of_range("unordered_map::at: key not found");
107 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");
57 out_of_range::out_of_range(const string& __arg) in out_of_range() function in out_of_range
80 { throw out_of_range(_(__s)); } in __throw_out_of_range()
96 class out_of_range : public logic_error 99 explicit out_of_range(const string& __arg);
96 out_of_range::~out_of_range() _NOEXCEPT {} in ~out_of_range()
47 throw_helper<out_of_range>(func + ": out of range"); in throw_from_string_out_of_range()
941 goto out_of_range; in verbose_dump_buffer()946 out_of_range: in verbose_dump_buffer()
100 std::out_of_range*;
1982 // if (__pos >= size()) throw out_of_range; // XXX2574 // if (__pos >= size()) throw out_of_range; // XXX
1784 Put in check for out_of_range in substr.2676 * src/stdexcept.cc (__out_of_range): Qualify out_of_range with std::.
5500 out_of_range instead of range_error.
1292 to throw out_of_range, not range_error, thus sayeth $23.1.1.13.