/external/llvm-project/libcxx/test/std/language.support/support.exception/propagation/ |
D | current_exception.pass.cpp | 37 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 …]
|
D | rethrow_exception.pass.cpp | 41 p = std::current_exception(); in main()
|
/external/libcxx/test/std/language.support/support.exception/propagation/ |
D | current_exception.pass.cpp | 36 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 …]
|
D | rethrow_exception.pass.cpp | 40 p = std::current_exception(); in main()
|
/external/catch2/include/internal/ |
D | catch_exception_translator_registry.cpp | 47 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()
|
D | catch_registry_hub.cpp | 62 m_exceptionRegistry.add(std::current_exception()); in registerStartupException()
|
D | catch_interfaces_exception.h | 51 std::rethrow_exception(std::current_exception()); in translate()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subscriptions/ |
D | observer.cpp | 48 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());
|
D | coroutine.cpp | 33 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/ |
D | exception_pointer_cxxabi.ipp | 39 : __ptr_(current_exception()) 56 exception_ptr current_exception() _NOEXCEPT
|
D | exception_pointer_unimplemented.ipp | 39 : __ptr_(current_exception()) 65 exception_ptr current_exception() _NOEXCEPT
|
D | exception_pointer_msvc.ipp | 67 exception_ptr current_exception() _NOEXCEPT { 76 nested_exception::nested_exception() _NOEXCEPT : __ptr_(current_exception()) {}
|
D | exception_pointer_glibcxx.ipp | 58 : __ptr_(current_exception())
|
/external/llvm-project/libcxx/src/support/runtime/ |
D | exception_pointer_cxxabi.ipp | 38 : __ptr_(current_exception()) 55 exception_ptr current_exception() _NOEXCEPT
|
D | exception_pointer_unimplemented.ipp | 38 : __ptr_(current_exception()) 64 exception_ptr current_exception() _NOEXCEPT
|
D | exception_pointer_msvc.ipp | 66 exception_ptr current_exception() _NOEXCEPT { 75 nested_exception::nested_exception() _NOEXCEPT : __ptr_(current_exception()) {}
|
D | exception_pointer_glibcxx.ipp | 57 : __ptr_(current_exception())
|
/external/llvm-project/libcxx/include/ |
D | exception | 55 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/ |
D | exception | 56 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/ |
D | test.cpp | 5 return current_exception() != nullptr; in uncaught_exception()
|
D | test.h | 5 return current_exception() != nullptr; in uncaught_exception()
|
/external/llvm-project/clang/test/CodeGenCoroutines/ |
D | coro-unhandled-exception.cpp | 10 exception_ptr current_exception();
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | lift.cpp | 37 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/ |
D | catch_benchmark.hpp | 87 std::rethrow_exception(std::current_exception()); in run()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | rx_windows_user.h | 75 sub.on_error(std::current_exception()); in message()
|