Searched refs:out_of_range (Results 1 – 20 of 20) sorted by relevance
24 class out_of_range;128 class _LIBCPP_EXCEPTION_ABI out_of_range132 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}133 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}135 virtual ~out_of_range() _NOEXCEPT;
205 throw out_of_range("array::at");207 assert(!"array::at out_of_range");219 throw out_of_range("array::at");221 assert(!"array::at out_of_range");
751 throw out_of_range("bitset string pos out of range");838 throw out_of_range("bitset set argument out of range");861 throw out_of_range("bitset reset argument out of range");894 throw out_of_range("bitset flip argument out of range");989 throw out_of_range("bitset test argument out of range");
1573 throw out_of_range("map::at: key not found");1586 throw out_of_range("map::at: key not found");
1565 throw out_of_range("unordered_map::at: key not found");1577 throw out_of_range("unordered_map::at: key not found");
312 throw out_of_range("vector");314 assert(!"vector out_of_range");
1173 throw out_of_range("basic_string");1175 assert(!"basic_string out_of_range");
891 throw out_of_range("deque");
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()
98 out_of_range::~out_of_range() _NOEXCEPT {} in ~out_of_range()
50 throw_helper<out_of_range>(func + ": out of range"); in throw_from_string_out_of_range()
96 class out_of_range : public logic_error 99 explicit out_of_range(const string& __arg);
283 throw out_of_range("dynarray::at");285 assert(!"dynarray::at out_of_range");299 throw out_of_range("dynarray::at");301 assert(!"dynarray::at out_of_range");
283 ? (throw out_of_range("string_view::at"), __data[0])354 throw out_of_range("string_view::copy");364 // throw out_of_range("string_view::substr");368 ? throw out_of_range("string_view::substr")
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::.
1292 to throw out_of_range, not range_error, thus sayeth $23.1.1.13.
5500 out_of_range instead of range_error.