Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/
Dget_pass.cpp48 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
61 p.set_exception(::make_exception_ptr(3)); in func2()
76 p.set_exception(::make_exception_ptr(3.5)); in func4()
88 p.set_exception(::make_exception_ptr(4)); in func6()
120 p.set_exception(::make_exception_ptr(3)); in main()
177 p.set_exception(::make_exception_ptr(3.5)); in main()
200 p.set_exception(::make_exception_ptr(3.5)); in main()
238 p.set_exception(::make_exception_ptr(4)); in main()
Dget_or_pass.cpp38 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
51 p.set_exception(::make_exception_ptr(3)); in func2()
66 p.set_exception(::make_exception_ptr(3.5)); in func4()
78 p.set_exception(::make_exception_ptr(4)); in func6()
110 p.set_exception(::make_exception_ptr(3)); in main()
159 p.set_exception(::make_exception_ptr(3.5)); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/shared_future/
Dget_pass.cpp40 boost::exception_ptr make_exception_ptr(T v) { in make_exception_ptr() function
53 p.set_exception(::make_exception_ptr(3)); in func2()
68 p.set_exception(::make_exception_ptr(3.5)); in func4()
80 p.set_exception(::make_exception_ptr(4)); in func6()
106 p.set_exception(::make_exception_ptr(3)); in main()
146 p.set_exception(::make_exception_ptr(3.5)); in main()
181 p.set_exception(::make_exception_ptr(4)); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/promise/
Dset_exception_pass.cpp39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
51 p.set_exception(::make_exception_ptr(3)); in main()
63 p.set_exception(::make_exception_ptr(3)); in main()
79 p.set_exception_deferred(::make_exception_ptr(3)); in main()
93 p.set_exception(::make_exception_ptr(3)); in main()
Dset_exception_at_thread_exit_pass.cpp39 boost::exception_ptr make_exception_ptr(T v) in make_exception_ptr() function
52 p.set_exception_at_thread_exit(::make_exception_ptr(3));
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__exception/
Dexception_ptr.h64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__exception/
Dexception_ptr.h64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__exception/
Dexception_ptr.h64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__exception/
H A Dexception_ptr.h64 friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
89 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
156 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.shared_future/
H A Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.unique_future/
H A Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.shared_future/
H A Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.unique_future/
H A Dget.pass.cpp35 p.set_exception(std::make_exception_ptr(3)); in func2()
50 p.set_exception(std::make_exception_ptr(3.5)); in func4()
62 p.set_exception(std::make_exception_ptr('c')); in func6()
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__exception/
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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/test/
Dmake_exception_ptr_nx_test.cpp19 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function
28 ::make_exception_ptr( my_exception() ); in main()
Dmake_exception_ptr_nx_test2.cpp21 template<class E> exception_ptr make_exception_ptr( E const& e ) in make_exception_ptr() function
30 ::make_exception_ptr( my_exception() ); in main()
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.promise/
H A Dset_exception.pass.cpp29 p.set_exception(std::make_exception_ptr(3)); in main()
41 p.set_exception(std::make_exception_ptr(3)); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.promise/
H A Dset_exception.pass.cpp30 p.set_exception(std::make_exception_ptr(3)); in main()
42 p.set_exception(std::make_exception_ptr(3)); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/archetypes/
Dasync_ops.hpp116 std::make_exception_ptr(std::runtime_error("blah"))), a); in BOOST_ASIO_INITFN_RESULT_TYPE()
212 std::make_exception_ptr(std::runtime_error("blah")), 0), a); in BOOST_ASIO_INITFN_RESULT_TYPE()
309 std::make_exception_ptr(std::runtime_error("blah")), 0, 0.0), a); in BOOST_ASIO_INITFN_RESULT_TYPE()
406 std::make_exception_ptr(std::runtime_error("blah")), in BOOST_ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_util.cpp18 cleanup.SetStatus(std::make_exception_ptr(std::runtime_error("Oops!"))); in TEST()
33 cleanup.SetStatus(std::make_exception_ptr(std::runtime_error(""))); in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.cpp119 asFuture(std::make_exception_ptr(std::runtime_error(e.what()))); in runPythonFunction()
145 return asFuture(std::make_exception_ptr(std::runtime_error(errMsg))); in runPythonFunction()
322 return asFuture(std::make_exception_ptr(std::runtime_error(c10::str( in runJitFunction()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/detail/
Das_invocable.hpp72 std::make_exception_ptr(receiver_invocation_error())); in operator ()()
125 std::make_exception_ptr(receiver_invocation_error()));
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__exception/
Dexception_ptr.h52 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT { in make_exception_ptr() function
102 _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep __e) _NOEXCEPT {
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dexception58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
168 make_exception_ptr(_Ep __e) _NOEXCEPT
227 make_exception_ptr(_Ep __e) _NOEXCEPT
/aosp_15_r20/external/libcxx/include/
H A Dexception58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
168 make_exception_ptr(_Ep __e) _NOEXCEPT
227 make_exception_ptr(_Ep __e) _NOEXCEPT

123456