Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dvector.cpp20 [[noreturn]] _LIBCPP_EXPORTED_FROM_ABI void __throw_length_error() const;
24 void __vector_base_common<true>::__throw_length_error() const { std::__throw_length_error("vector")… in __throw_length_error() function in __vector_base_common
H A Dstring.cpp31 [[noreturn]] _LIBCPP_EXPORTED_FROM_ABI void __throw_length_error() const;
35 void __basic_string_common<true>::__throw_length_error() const { std::__throw_length_error("basic_s… in __throw_length_error() function in __basic_string_common
50 __throw_length_error(); in __init()
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector_bool.h395 …[[__noreturn__]] _LIBCPP_HIDE_FROM_ABI static void __throw_length_error() { std::__throw_length_er…
450 this->__throw_length_error();
548 this->__throw_length_error();
849 this->__throw_length_error();
H A Dvector.h573 this->__throw_length_error(); in __vallocate()
777 …[[__noreturn__]] _LIBCPP_HIDE_FROM_ABI static void __throw_length_error() { std::__throw_length_er… in __throw_length_error() function
903 this->__throw_length_error(); in __recommend()
1099 this->__throw_length_error(); in reserve()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dvector623 __throw_length_error();
821 …_LIBCPP_NORETURN _LIBCPP_HIDE_FROM_ABI void __throw_length_error() const { std::__throw_length_err…
911 this->__throw_length_error();
1214 this->__throw_length_error();
1743 …_LIBCPP_NORETURN _LIBCPP_HIDE_FROM_ABI void __throw_length_error() const { std::__throw_length_err…
1798 __throw_length_error();
1890 this->__throw_length_error();
2135 this->__throw_length_error();
H A Dstdexcept238 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_length_error(const char* __msg) {
H A Dstring890 __throw_length_error();
1764 _LIBCPP_NORETURN _LIBCPP_HIDE_FROM_ABI void __throw_length_error() const {
1765 std::__throw_length_error("basic_string");
1800 __throw_length_error();
1823 __throw_length_error();
1853 __throw_length_error();
1871 __throw_length_error();
1932 __throw_length_error();
1974 __throw_length_error();
2017 __throw_length_error();
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdexcept241 [[__noreturn__]] inline _LIBCPP_HIDE_FROM_ABI void __throw_length_error(const char* __msg) {
H A Dstring921 this->__throw_length_error();
2472 [[__noreturn__]] _LIBCPP_HIDE_FROM_ABI static void __throw_length_error() {
2473 std::__throw_length_error("basic_string");
2549 this->__throw_length_error();
2579 this->__throw_length_error();
2597 this->__throw_length_error();
2660 this->__throw_length_error();
2702 __throw_length_error();
2745 this->__throw_length_error();
3412 this->__throw_length_error();
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h433 std::__throw_length_error("__direct_iterator_buffer");
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc365 {"_ZSt20__throw_length_errorPKc", "std::__throw_length_error(char const*)"},
27150 {"_ZSt20__throw_length_errorPKc", "std::__throw_length_error(char const*)"},