Home
last modified time | relevance | path

Searched defs:exception_ptr (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dco_spawn.hpp199 CompletionToken, void(std::exception_ptr, T)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
216 CompletionToken, void(std::exception_ptr)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
234 CompletionToken, void(std::exception_ptr, T)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
251 CompletionToken, void(std::exception_ptr)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dexception_ptr.h55 class exception_ptr; variable
95 exception_ptr(nullptr_t) noexcept in exception_ptr() function
99 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dexception_ptr.h55 class exception_ptr; variable
95 exception_ptr(nullptr_t) noexcept in exception_ptr() function
99 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/archetypes/
Dasync_ops.hpp89 BOOST_ASIO_INITFN_RESULT_TYPE(CompletionToken, void(std::exception_ptr)) in BOOST_ASIO_INITFN_RESULT_TYPE()
184 BOOST_ASIO_INITFN_RESULT_TYPE(CompletionToken, void(std::exception_ptr, int)) in BOOST_ASIO_INITFN_RESULT_TYPE()
281 void(std::exception_ptr, int, double)) in BOOST_ASIO_INITFN_RESULT_TYPE()
378 void(std::exception_ptr, int, double, char)) in BOOST_ASIO_INITFN_RESULT_TYPE()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__exception/
Dexception_ptr.h30 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
31 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
Doperations.h36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__exception/
Dexception_ptr.h67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
Doperations.h35 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__exception/
Dexception_ptr.h67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
Doperations.h36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__exception/
Dexception_ptr.h67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
Doperations.h36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__exception/
Dexception_ptr.h72 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
Doperations.h36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__exception/
H A Dexception_ptr.h67 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
68 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
H A Doperations.h36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/detail/
Dexception_ptr.hpp47 exception_ptr class
54 exception_ptr() in exception_ptr() function in boost::exception_ptr
58 exception_ptr( impl const & ptr ): in exception_ptr() function in boost::exception_ptr
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/test/
Dmake_exception_ptr_nx_test.cpp17 typedef boost::shared_ptr<boost::exception_detail::clone_base const> exception_ptr; typedef
Dmake_exception_ptr_nx_test2.cpp19 typedef boost::shared_ptr<boost::exception_detail::clone_base const> exception_ptr; typedef
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupNCCL.cpp538 auto exception_ptr = checkForNCCLErrors(); in checkAndSetException() local
554 std::exception_ptr exception_ptr) { in setException()
617 std::exception_ptr exception_ptr = in checkTimeout() local
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc1149 MDRawExceptionStream* exception_ptr = exception.get(); in WriteExceptionStream() local