/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/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 __anon34a4693b0102() 94 messages.push_back(on.error(w.clock(), rxu::current_exception())); in __anon34a4693b0202()
|
/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 | 61 m_exceptionRegistry.add(std::current_exception()); in registerStartupException()
|
D | catch_interfaces_exception.h | 51 std::rethrow_exception(std::current_exception()); in translate()
|
/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/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;
|
D | future | 896 this->set_exception(current_exception()); 944 this->set_exception(current_exception()); 991 this->set_exception(current_exception()); 1047 this->set_exception(current_exception()); 2094 __p_.set_exception(current_exception()); 2116 __p_.set_exception_at_thread_exit(current_exception()); 2224 __p_.set_exception(current_exception()); 2247 __p_.set_exception_at_thread_exit(current_exception());
|
/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/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 __anon3f4dc8d90602()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | rx_windows_user.h | 75 sub.on_error(std::current_exception()); in message()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-util.hpp | 935 std::rethrow_exception(std::current_exception()); in rethrow_current_exception() 943 inline error_ptr current_exception() { in current_exception() function 945 return std::current_exception(); in current_exception()
|
D | rx-observer.hpp | 646 c(rxu::current_exception()); in on_exception() 658 s.on_error(rxu::current_exception()); in on_exception()
|
D | rx-observable.hpp | 440 o->on_error(rxu::make_error_ptr(rxu::current_exception())); in subscribe()
|
D | rx-subscriber.hpp | 57 auto ex = rxu::current_exception(); in operator ()()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/ |
D | rx-synchronize.hpp | 78 destination.on_error(rxu::current_exception()); in ensure_processing()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-observe_on.hpp | 156 destination.on_error(rxu::current_exception()); in ensure_processing()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2699 std::rethrow_exception(std::current_exception()); in translate() 8593 if (std::current_exception() == nullptr) { in translateActiveException() 8600 std::rethrow_exception(std::current_exception()); in translateActiveException() 8618 std::rethrow_exception(std::current_exception()); in tryTranslators() 10158 m_exceptionRegistry.add(std::current_exception()); in registerStartupException()
|
/external/catch2/docs/ |
D | release-notes.md | 89 * Removed unreachable mentions `std::current_exception`, `std::rethrow_exception` in no-exceptions …
|