| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | vector.cpp | 20 _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 D | string.cpp | 32 _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 D | functexcept.cc | 68 __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 D | functexcept.cc | 75 __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 D | functexcept.h | 64 __throw_length_error(const char* __s);
|
| H A D | basic_string.tcc | 277 __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 D | vector.tcc | 72 __throw_length_error("vector::reserve"); in reserve()
|
| H A D | stl_bvector.h | 608 __throw_length_error("vector::reserve"); in reserve()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | vector.tcc | 72 __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 D | functexcept.h | 72 __throw_length_error(const char*) __attribute__((__noreturn__));
|
| H A D | deque.tcc | 664 __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 D | stl_bvector.h | 634 __throw_length_error(__N("vector::reserve")); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| H A D | basic_string.tcc | 534 __throw_length_error(__N("basic_string::_S_create")); in _S_create()
|
| H A D | basic_string.h | 319 __throw_length_error(__N(__s)); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | stdexcept | 254 void __throw_length_error(const char*__msg)
|
| H A D | vector | 687 __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 D | string | 801 __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 D | sso_string_base.h | 309 std::__throw_length_error(__N("__sso_string_base::_M_create")); in _M_create()
|
| H A D | rc_string_base.h | 363 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create")); in _S_create()
|
| H A D | ropeimpl.h | 62 using std::__throw_length_error; 1243 __throw_length_error(__N("rope::_S_balance")); in _S_balance()
|
| H A D | vstring.h | 93 std::__throw_length_error(__N(__s)); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | ropeimpl.h | 61 using std::__throw_length_error; 1124 __throw_length_error("rope too long"); in _S_balance()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog-2001 | 5202 __LENGTHERROR with __throw_length_error.
|
| H A D | ChangeLog | 4722 Fix and tighten __throw_length_error check.
|