Home
last modified time | relevance | path

Searched refs:__throw_length_error (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/src/
H A Dvector.cpp20 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void __throw_length_error() const;
24 void __vector_base_common<true>::__throw_length_error() const { in __throw_length_error() function in __vector_base_common
25 _VSTD::__throw_length_error("vector"); in __throw_length_error()
H A Dstring.cpp32 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void __throw_length_error() const;
36 void __basic_string_common<true>::__throw_length_error() const { in __throw_length_error() function in __basic_string_common
37 std::__throw_length_error("basic_string"); in __throw_length_error()
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dfunctexcept.cc68 __throw_length_error(const char* __s) in __throw_length_error() function
124 __throw_length_error(const char*)
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dfunctexcept.cc75 __throw_length_error(const char* __s) in __throw_length_error() function
131 __throw_length_error(const char*)
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dfunctexcept.h64 __throw_length_error(const char* __s);
H A Dbasic_string.tcc277 __throw_length_error("basic_string::assign"); in assign()
318 __throw_length_error("basic_string::insert"); in insert()
357 __throw_length_error("basic_string::replace"); in replace()
456 __throw_length_error("basic_string::reserve"); in reserve()
503 __throw_length_error("basic_string::_S_create"); in _S_create()
604 __throw_length_error("basic_string::resize"); in resize()
643 __throw_length_error("basic_string::_M_replace"); in _M_replace_safe()
760 __throw_length_error("basic_string::replace"); in replace()
H A Dvector.tcc72 __throw_length_error("vector::reserve"); in reserve()
H A Dstl_bvector.h608 __throw_length_error("vector::reserve"); in reserve()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dvector.tcc72 __throw_length_error(__N("vector::reserve")); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
262 __throw_length_error(__N("vector::_M_insert_aux")); in _M_insert_aux()
347 __throw_length_error(__N("vector::_M_fill_insert")); in _M_fill_insert()
450 __throw_length_error(__N("vector::_M_range_insert")); in _M_range_insert()
H A Dfunctexcept.h72 __throw_length_error(const char*) __attribute__((__noreturn__));
H A Ddeque.tcc664 __throw_length_error(__N("deque::_M_new_elements_at_front")); in _M_new_elements_at_front()
689 __throw_length_error(__N("deque::_M_new_elements_at_back")); in _M_new_elements_at_back()
H A Dstl_bvector.h634 __throw_length_error(__N("vector::reserve")); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
H A Dbasic_string.tcc534 __throw_length_error(__N("basic_string::_S_create")); in _S_create()
H A Dbasic_string.h319 __throw_length_error(__N(__s)); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dstdexcept254 void __throw_length_error(const char*__msg)
H A Dvector687 __throw_length_error();
854 void __throw_length_error() const {
855 std::__throw_length_error("vector");
980 this->__throw_length_error();
1501 this->__throw_length_error();
2323 void __throw_length_error() const {
2324 std::__throw_length_error("vector");
2341 __throw_length_error();
2465 this->__throw_length_error();
2911 this->__throw_length_error();
H A Dstring801 __throw_length_error();
1983 void __throw_length_error() const {
1984 std::__throw_length_error("basic_string");
2083 __throw_length_error();
2111 __throw_length_error();
2182 __throw_length_error();
2202 __throw_length_error();
2321 __throw_length_error();
2374 __throw_length_error();
2409 __throw_length_error();
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dsso_string_base.h309 std::__throw_length_error(__N("__sso_string_base::_M_create")); in _M_create()
H A Drc_string_base.h363 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create")); in _S_create()
H A Dropeimpl.h62 using std::__throw_length_error;
1243 __throw_length_error(__N("rope::_S_balance")); in _S_balance()
H A Dvstring.h93 std::__throw_length_error(__N(__s)); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h61 using std::__throw_length_error;
1124 __throw_length_error("rope too long"); in _S_balance()
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20015202 __LENGTHERROR with __throw_length_error.
H A DChangeLog4722 Fix and tighten __throw_length_error check.