Home
last modified time | relevance | path

Searched refs:current_exception (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/libcxx/test/std/language.support/support.exception/propagation/
Dcurrent_exception.pass.cpp37 std::exception_ptr p = std::current_exception(); in main()
64 std::exception_ptr p = std::current_exception(); in main()
67 p2 = std::current_exception(); in main()
84 std::exception_ptr p = std::current_exception(); in main()
87 p2 = std::current_exception(); in main()
104 std::exception_ptr p = std::current_exception(); in main()
107 p2 = std::current_exception(); in main()
151 std::exception_ptr p = std::current_exception(); in main()
184 std::exception_ptr p = std::current_exception(); in main()
213 std::exception_ptr p = std::current_exception(); in main()
[all …]
Drethrow_exception.pass.cpp41 p = std::current_exception(); in main()
/external/libcxx/test/std/language.support/support.exception/propagation/
Dcurrent_exception.pass.cpp36 std::exception_ptr p = std::current_exception(); in main()
63 std::exception_ptr p = std::current_exception(); in main()
66 p2 = std::current_exception(); in main()
83 std::exception_ptr p = std::current_exception(); in main()
86 p2 = std::current_exception(); in main()
103 std::exception_ptr p = std::current_exception(); in main()
106 p2 = std::current_exception(); in main()
150 std::exception_ptr p = std::current_exception(); in main()
183 std::exception_ptr p = std::current_exception(); in main()
212 std::exception_ptr p = std::current_exception(); in main()
[all …]
Drethrow_exception.pass.cpp40 p = std::current_exception(); in main()
/external/catch2/include/internal/
Dcatch_exception_translator_registry.cpp47 if (std::current_exception() == nullptr) { in translateActiveException()
54 std::rethrow_exception(std::current_exception()); in translateActiveException()
72 std::rethrow_exception(std::current_exception()); in tryTranslators()
Dcatch_registry_hub.cpp62 m_exceptionRegistry.add(std::current_exception()); in registerStartupException()
Dcatch_interfaces_exception.h51 std::rethrow_exception(std::current_exception()); in translate()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subscriptions/
Dobserver.cpp48 scrbResult.on_error(rxu::current_exception());
146 dob.on_error(rxu::current_exception());
150 so.on_error(rxu::current_exception());
154 dob.on_error(rxu::current_exception());
158 so.on_error(rxu::current_exception());
Dcoroutine.cpp33 messages.push_back(on.error(w.clock(), rxu::current_exception())); in __anon714eca020102()
94 messages.push_back(on.error(w.clock(), rxu::current_exception())); in __anon714eca020202()
/external/libcxx/src/support/runtime/
Dexception_pointer_cxxabi.ipp39 : __ptr_(current_exception())
56 exception_ptr current_exception() _NOEXCEPT
Dexception_pointer_unimplemented.ipp39 : __ptr_(current_exception())
65 exception_ptr current_exception() _NOEXCEPT
Dexception_pointer_msvc.ipp67 exception_ptr current_exception() _NOEXCEPT {
76 nested_exception::nested_exception() _NOEXCEPT : __ptr_(current_exception()) {}
Dexception_pointer_glibcxx.ipp58 : __ptr_(current_exception())
/external/llvm-project/libcxx/src/support/runtime/
Dexception_pointer_cxxabi.ipp38 : __ptr_(current_exception())
55 exception_ptr current_exception() _NOEXCEPT
Dexception_pointer_unimplemented.ipp38 : __ptr_(current_exception())
64 exception_ptr current_exception() _NOEXCEPT
Dexception_pointer_msvc.ipp66 exception_ptr current_exception() _NOEXCEPT {
75 nested_exception::nested_exception() _NOEXCEPT : __ptr_(current_exception()) {}
Dexception_pointer_glibcxx.ipp57 : __ptr_(current_exception())
/external/llvm-project/libcxx/include/
Dexception55 exception_ptr current_exception() noexcept;
137 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
164 friend _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
179 return current_exception();
220 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
/external/libcxx/include/
Dexception56 exception_ptr current_exception() noexcept;
135 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
162 friend _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
177 return current_exception();
218 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
/external/Reactive-Extensions/RxCpp/Rx/v2/test/
Dtest.cpp5 return current_exception() != nullptr; in uncaught_exception()
Dtest.h5 return current_exception() != nullptr; in uncaught_exception()
/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-unhandled-exception.cpp10 exception_ptr current_exception();
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dlift.cpp37 dest.on_error(rxu::current_exception()); in on_next()
251 … RXCPP_TRY {pass = predicate(n);} RXCPP_CATCH(...){dest.on_error(rxu::current_exception());}; in __anon42c5b5c00602()
/external/catch2/include/internal/benchmark/
Dcatch_benchmark.hpp87 std::rethrow_exception(std::current_exception()); in run()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Drx_windows_user.h75 sub.on_error(std::current_exception()); in message()

12