Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/src/
H A Dfunctexcept.cc75 __throw_length_error(const char* __s) in __throw_length_error() function
131 __throw_length_error(const char*)
/freebsd-12.1/contrib/libstdc++/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.h646 __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()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dmemory_resource188 __throw_length_error(
389 __throw_length_error(
/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept222 void __throw_length_error(const char*__msg)
H A Dvector305 _LIBCPP_NORETURN void __throw_length_error() const;
311 __vector_base_common<__b>::__throw_length_error() const
313 _VSTD::__throw_length_error("vector");
976 this->__throw_length_error();
1010 this->__throw_length_error();
2557 this->__throw_length_error();
2596 this->__throw_length_error();
H A Dstring602 _LIBCPP_NORETURN void __throw_length_error() const;
608 __basic_string_common<__b>::__throw_length_error() const
610 _VSTD::__throw_length_error("basic_string");
1760 this->__throw_length_error();
1784 this->__throw_length_error();
1913 this->__throw_length_error();
2060 this->__throw_length_error();
2150 this->__throw_length_error();
2182 this->__throw_length_error();
3144 this->__throw_length_error();
H A D__split_buffer23 void __throw_length_error() const;
H A Ddeque910 _LIBCPP_NORETURN void __throw_length_error() const;
916 __deque_base_common<__b>::__throw_length_error() const
918 _VSTD::__throw_length_error("deque");
H A Dmemory1812 __throw_length_error("allocator<T>::allocate(size_t n)"
1913 __throw_length_error("allocator<const T>::allocate(size_t n)"
/freebsd-12.1/contrib/libstdc++/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()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20023218 Fix and tighten __throw_length_error check.
H A DChangeLog-20015202 __LENGTHERROR with __throw_length_error.