Home
last modified time | relevance | path

Searched refs:rethrow_exception (Results 1 – 25 of 31) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dmath.cpp24 try {std::rethrow_exception(ep);} in __anon97cb0d520402()
52 try {std::rethrow_exception(ep);} in __anon97cb0d520902()
82 try {std::rethrow_exception(ep);} in __anon97cb0d520e02()
110 try {std::rethrow_exception(ep);} in __anon97cb0d521302()
129 try {std::rethrow_exception(ep);} in __anon97cb0d521602()
156 try {std::rethrow_exception(ep);} in __anon97cb0d521b02()
175 try {std::rethrow_exception(ep);} in __anon97cb0d521e02()
202 try {std::rethrow_exception(ep);} in __anon97cb0d522302()
221 try {std::rethrow_exception(ep);} in __anon97cb0d522602()
248 try {std::rethrow_exception(ep);} in __anon97cb0d522b02()
[all …]
Dcomposite_exception.cpp19 try { std::rethrow_exception(composite_e); } in __anon6697ff890302()
23 try{ std::rethrow_exception(particular_e); } in __anon6697ff890302()
Dtime_interval.cpp23 std::rethrow_exception(ep); in __anon89eec0db0202()
52 std::rethrow_exception(ep); in __anon89eec0db0502()
Dtimestamp.cpp24 std::rethrow_exception(ep); in __anond6d3eadc0202()
54 std::rethrow_exception(ep); in __anond6d3eadc0502()
Dreduce.cpp55 try {std::rethrow_exception(ep);} in __anon3d234c200c02()
78 try {std::rethrow_exception(ep);} in __anon3d234c201102()
Dsubscribe.cpp43 try {std::rethrow_exception(ep);} in __anon7d8cc7aa0702()
82 try {std::rethrow_exception(ep);} in __anon7d8cc7aa0d02()
Dtimeout.cpp19 std::rethrow_exception(ep); in __anon1695f98f0202()
Dretry.cpp28 try {std::rethrow_exception(ep);} in __anona525bd3e0402()
Drepeat.cpp37 try {std::rethrow_exception(ep);} in __anon7cfa98e90602()
/external/libcxx/src/support/runtime/
Dexception_pointer_glibcxx.ipp17 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
36 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
69 rethrow_exception(__ptr_);
73 void rethrow_exception(exception_ptr p)
75 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p));
Dexception_pointer_cxxabi.ipp53 rethrow_exception(__ptr_);
67 void rethrow_exception(exception_ptr p)
Dexception_pointer_unimplemented.ipp61 rethrow_exception(__ptr_);
73 void rethrow_exception(exception_ptr p)
Dexception_pointer_msvc.ipp74 void rethrow_exception(exception_ptr p) { __ExceptionPtrRethrow(&p); }
84 rethrow_exception(__ptr_);
/external/catch2/include/internal/
Dcatch_exception_translator_registry.cpp54 std::rethrow_exception(std::current_exception()); in translateActiveException()
72 std::rethrow_exception(std::current_exception()); in tryTranslators()
Dcatch_interfaces_exception.h51 std::rethrow_exception(std::current_exception()); in translate()
/external/libcxx/include/
Dexception57 void rethrow_exception [[noreturn]] (exception_ptr p);
136 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
163 friend _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
219 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr p);
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coroutine.hpp117 if (!!state->error) {rethrow_exception(state->error);} in await_resume()
169 if (!!it.state->error) {rethrow_exception(it.state->error);} in await_resume()
Drx-util.hpp546 try {std::rethrow_exception(ep);} in what()
902 RXCPP_NORETURN inline void rethrow_exception(error_ptr e) { in rethrow_exception() function
904 std::rethrow_exception(e); in rethrow_exception()
935 std::rethrow_exception(std::current_exception()); in rethrow_current_exception()
/external/libcxx/test/std/language.support/support.exception/except.nested/
Dctor_default.pass.cpp49 rethrow_exception(e.nested_ptr()); in main()
Dctor_copy.pass.cpp51 rethrow_exception(e.nested_ptr()); in main()
Dassign.pass.cpp53 rethrow_exception(e.nested_ptr()); in main()
/external/libcxx/test/std/language.support/support.exception/propagation/
Dmake_exception_ptr.pass.cpp36 std::rethrow_exception(p); in main()
Drethrow_exception.pass.cpp44 std::rethrow_exception(p); in main()
/external/eigen/bench/tensors/
Dtensor_benchmarks_sycl.cc18 std::rethrow_exception(e); in sycl_queue()
/external/libcxx/src/
Dfuture.cpp146 rethrow_exception(__exception_); in copy()

12