Home
last modified time | relevance | path

Searched refs:make_exception_ptr (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h77 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
104 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
240 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() function
275 make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h71 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
98 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT;
190 make_exception_ptr(_Ex __ex) _GLIBCXX_USE_NOEXCEPT in make_exception_ptr() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dexception57 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
171 make_exception_ptr(_Ep __e) _NOEXCEPT
230 make_exception_ptr(_Ep __e) _NOEXCEPT
H A Dfuture1340 __state_->set_exception(make_exception_ptr(
1483 __state_->set_exception(make_exception_ptr(
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp210 __state_->set_exception(make_exception_ptr( in ~promise()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dexecutor1837 { return make_exception_ptr(system_error(__ec)); }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfuture449 make_exception_ptr(future_error(future_errc::broken_promise));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture463 make_exception_ptr(future_error(future_errc::broken_promise));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dexecutor1871 { return make_exception_ptr(system_error(__ec)); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20133650 move implementation to make_exception_ptr.
3652 copy_exception with make_exception_ptr.
H A DChangeLog-20103805 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.
4646 * libsupc++/exception_ptr.h (make_exception_ptr): Add.
4647 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: New.
H A DChangeLog-20161291 * libsupc++/exception_ptr.h (make_exception_ptr): Qualify new.
4972 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.
7052 (std::make_exception_ptr) [__cpp_rtti && !_GLIBCXX_HAVE_CDTOR_CALLABI]:
H A DChangeLog-2021196 (make_exception_ptr): Enable non-throwing implementation for
208 (make_exception_ptr): Decay the template parameter. Use typeid
H A DChangeLog415 (make_exception_ptr): Add missing inline specifier.
H A DChangeLog-20185078 * libsupc++/exception_ptr.h (make_exception_ptr) [__cpp_exceptions]:
H A DChangeLog-20143409 * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS2014 std::make_exception_ptr should be used instead.
6558 and will be removed in a future version. std::make_exception_ptr
H A DMD5SUMS92984 …17452a231fc907f5c534fb782f3a libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS3894 std::make_exception_ptr should be used instead.
8430 and will be removed in a future version. std::make_exception_ptr
H A DMD5SUMS107028 …2fac20fc7b9ecae588e6d1790281 libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc