Home
last modified time | relevance | path

Searched refs:__throw_logic_error (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h128 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
138 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
153 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
162 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
181 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
190 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
229 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
264 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
278 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
301 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
H A Dsso_string_base.h444 std::__throw_logic_error(__N("__sso_string_base::" in _GLIBCXX_VISIBILITY()
H A Drc_string_base.h569 std::__throw_logic_error(__N("__rc_string_base::" in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h128 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
138 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
153 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
162 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
181 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
190 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
229 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
264 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
278 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
301 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
H A Dsso_string_base.h444 std::__throw_logic_error(__N("__sso_string_base::" in _GLIBCXX_VISIBILITY()
H A Drc_string_base.h569 std::__throw_logic_error(__N("__rc_string_base::" in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h253 __throw_logic_error("wstring_convert"); in _GLIBCXX_VISIBILITY()
268 __throw_logic_error("wstring_convert"); in _GLIBCXX_VISIBILITY()
284 __throw_logic_error("wstring_convert"); in _GLIBCXX_VISIBILITY()
411 __throw_logic_error("wbuffer_convert"); in _GLIBCXX_VISIBILITY()
H A Dfunctexcept.h63 __throw_logic_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
H A Dbasic_string.tcc212 std::__throw_logic_error(__N("basic_string::" in _M_construct()
575 __throw_logic_error(__N("basic_string::_S_construct null not valid"));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfunctexcept.h66 __throw_logic_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
H A Dlocale_conv.h238 __throw_logic_error(__msg); in _GLIBCXX_VISIBILITY()
H A Dbasic_string.h628 std::__throw_logic_error(__N("basic_string: " in _GLIBCXX_VISIBILITY()
649 std::__throw_logic_error(__N("basic_string: " in _GLIBCXX_VISIBILITY()
H A Dcow_string.h3093 __throw_logic_error(__N("basic_string::_S_construct null not valid")); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsnprintf_lite.cc55 std::__throw_logic_error(__e); in __throw_insufficient_space()
H A Dfunctexcept.cc69 __throw_logic_error(const char* __s __attribute__((unused))) in __throw_logic_error() function
H A Dcxx11-shim_facets.cc154 __throw_logic_error("uninitialized __any_string"); in operator basic_string<C>()
841 __throw_logic_error("cannot create shim for unknown locale::facet"); in _M_sso_shim()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc65 __throw_logic_error(const char* __s __attribute__((unused))) in __throw_logic_error() function
H A Dsnprintf_lite.cc64 std::__throw_logic_error(__e); in __throw_insufficient_space()
H A Dcxx11-shim_facets.cc154 __throw_logic_error("uninitialized __any_string"); in operator basic_string<C>()
841 __throw_logic_error("cannot create shim for unknown locale::facet"); in _M_sso_shim()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstdexcept220 void __throw_logic_error(const char*__msg)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbitset953 __throw_logic_error(__N("bitset::bitset(const _CharT*, ...)"));
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbitset953 __throw_logic_error(__N("bitset::bitset(const _CharT*, ...)"));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20055362 * testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.