Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfunctexcept.h85 __throw_range_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
H A Dlocale_conv.h324 __throw_range_error("wstring_convert::from_bytes"); in _GLIBCXX_VISIBILITY()
360 __throw_range_error("wstring_convert::to_bytes"); in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfunctexcept.h88 __throw_range_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
H A Dlocale_conv.h346 __throw_range_error("wstring_convert::from_bytes"); in _GLIBCXX_VISIBILITY()
382 __throw_range_error("wstring_convert::to_bytes"); in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc105 __throw_range_error(const char* __s __attribute__((unused))) in __throw_range_error() function
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc113 __throw_range_error(const char* __s __attribute__((unused))) in __throw_range_error() function
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dstdexcept275 void __throw_range_error(const char*__msg)
H A Dlocale3820 __throw_range_error("wstring_convert: from_bytes error");
3909 __throw_range_error("wstring_convert: to_bytes error");
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
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.