Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__exception/
H A Dexception_ptr.h66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
94 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
170 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr()
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h131 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
155 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT { in make_exception_ptr() function
197 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dexception.inc16 using std::make_exception_ptr;
H A Dexception.cppm
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dexception57 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
H A Dfuture1119 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
1234 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexception57 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
H A Dfuture1174 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
1289 …__state_->set_exception(make_exception_ptr(future_error(make_error_code(future_errc::broken_promis…
/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp147 __state_->set_exception(make_exception_ptr(future_error(future_errc::broken_promise))); in ~promise()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h425 .WillOnce(Rethrow(std::make_exception_ptr(42))); in TEST()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2115 SYMBOL(make_exception_ptr, std::, <exception>)