Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/src/
H A Dfunctexcept.cc63 __throw_logic_error(const char* __s) in __throw_logic_error() function
119 __throw_logic_error(const char*)
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h339 std::__throw_logic_error(error.c_str()); in insert()
365 std::__throw_logic_error(error.c_str()); in check_allocated()
375 std::__throw_logic_error(error.c_str()); in check_allocated()
396 std::__throw_logic_error(error.c_str()); in check_allocated()
H A Dsso_string_base.h409 std::__throw_logic_error(__N("__sso_string_base::" in _M_construct()
H A Drc_string_base.h549 std::__throw_logic_error(__N("__rc_string_base::" in _S_construct()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dfunctexcept.h63 __throw_logic_error(const char*) __attribute__((__noreturn__));
H A Dbasic_string.tcc146 __throw_logic_error(__N("basic_string::_S_construct NULL not valid")); in _S_construct()
/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept189 void __throw_logic_error(const char*__msg)
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20055362 * testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.