Home
last modified time | relevance | path

Searched refs:__throw_range_error (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dfunctexcept.cc87 __throw_range_error(const char* __s) in __throw_range_error() function
143 __throw_range_error(const char*)
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dfunctexcept.h81 __throw_range_error(const char*) __attribute__((__noreturn__));
/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept244 void __throw_range_error(const char*__msg)
H A Dlocale3807 __throw_range_error("wstring_convert: from_bytes error");
3896 __throw_range_error("wstring_convert: to_bytes error");
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20015214 * include/bits/stl_deque.h: Use __throw_range_error.
5219 * include/ext/stl_bvector.h (class __BVECTOR): Use __throw_range_error.