/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | exception_ptr.h | 68 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT; 95 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT; 207 return current_exception(); in make_exception_ptr() 216 return current_exception(); in make_exception_ptr()
|
H A D | nested_exception.h | 57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception()
|
H A D | eh_ptr.cc | 177 std::current_exception() noexcept in current_exception() function in std
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | exception_ptr.h | 74 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT; 101 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT; 256 return current_exception(); in make_exception_ptr() 265 return current_exception(); in make_exception_ptr()
|
H A D | nested_exception.h | 57 nested_exception() noexcept : _M_ptr(current_exception()) { } in nested_exception()
|
H A D | eh_ptr.cc | 145 std::current_exception() noexcept in current_exception() function in std
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | exception | 55 exception_ptr current_exception() noexcept; 138 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT; 165 friend _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT; 180 return current_exception(); 221 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
|
H A D | future | 870 this->set_exception(current_exception()); 912 this->set_exception(current_exception()); 953 this->set_exception(current_exception()); 1003 this->set_exception(current_exception()); 1961 __p_.set_exception(current_exception()); 1983 __p_.set_exception_at_thread_exit(current_exception()); 2091 __p_.set_exception(current_exception()); 2114 __p_.set_exception_at_thread_exit(current_exception());
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/ |
H A D | exception_pointer_cxxabi.ipp | 38 : __ptr_(current_exception()) 55 exception_ptr current_exception() noexcept
|
H A D | exception_pointer_unimplemented.ipp | 38 : __ptr_(current_exception()) 64 exception_ptr current_exception() noexcept
|
H A D | exception_pointer_msvc.ipp | 66 exception_ptr current_exception() noexcept { 75 nested_exception::nested_exception() noexcept : __ptr_(current_exception()) {}
|
H A D | exception_pointer_glibcxx.ipp | 57 : __ptr_(current_exception())
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 1699 _M_promise.set_exception(std::current_exception()); 1759 std::get<0>(_M_t).set_exception(std::current_exception()); 1777 std::get<0>(_M_t).set_exception(std::current_exception()); 1795 std::get<0>(_M_t).set_exception(std::current_exception());
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 1733 _M_promise.set_exception(std::current_exception()); 1793 std::get<0>(_M_t).set_exception(std::current_exception()); 1811 std::get<0>(_M_t).set_exception(std::current_exception()); 1829 std::get<0>(_M_t).set_exception(std::current_exception());
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | cpp.h | 6143 data->eptr = std::current_exception(); in foreach() 6171 data->eptr = std::current_exception(); in foreach_scc() 6185 data->eptr = std::current_exception(); in foreach_scc() 6343 data->eptr = std::current_exception(); in at_each_domain() 7857 data->eptr = std::current_exception(); in map_descendant_bottom_up() 8371 data->eptr = std::current_exception(); in foreach() 8399 data->eptr = std::current_exception(); in foreach_scc() 8413 data->eptr = std::current_exception(); in foreach_scc() 11313 data->eptr = std::current_exception(); in foreach() 11341 data->eptr = std::current_exception(); in foreach_scc() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2008 | 1654 * testsuite/18_support/exception_ptr/current_exception.cc: Use it. 1662 * libsupc++/exception_ptr.h (exception_ptr, current_exception, 1665 * libsupc++/eh_ptr.cc (exception_ptr, current_exception, 1687 * testsuite/18_support/exception_ptr/current_exception.cc: Test the 1688 core functionality of current_exception(). 1822 * libsupc++/exception_ptr.h (exception_ptr, current_exception, 1825 * libsupc++/eh_ptr.cc (exception_ptr, current_exception, 1847 * testsuite/18_support/exception_ptr/current_exception.cc: Test the 1848 core functionality of current_exception().
|
H A D | ChangeLog-2014 | 3407 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
|
H A D | ChangeLog-2016 | 4970 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
|
H A D | ChangeLog-2009 | 5530 * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | future | 1382 (*_M_result)->_M_error = current_exception(); 1405 (*_M_result)->_M_error = current_exception();
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | future | 1415 (*_M_result)->_M_error = current_exception(); 1438 (*_M_result)->_M_error = current_exception();
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 75 # std::current_exception
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 75 # std::current_exception
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 92982 e1a6f0f34f8d852103b03cb179ed4f1b libstdc++-v3/testsuite/18_support/exception_ptr/current_exception…
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 107026 3ba3ed11aea6aeaac34e5250048fc5b1 libstdc++-v3/testsuite/18_support/exception_ptr/current_exception…
|