Home
last modified time | relevance | path

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

123

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dmath.cpp24 try {std::rethrow_exception(ep);} in __anon58f1cff90402()
52 try {std::rethrow_exception(ep);} in __anon58f1cff90902()
82 try {std::rethrow_exception(ep);} in __anon58f1cff90e02()
110 try {std::rethrow_exception(ep);} in __anon58f1cff91302()
129 try {std::rethrow_exception(ep);} in __anon58f1cff91602()
156 try {std::rethrow_exception(ep);} in __anon58f1cff91b02()
175 try {std::rethrow_exception(ep);} in __anon58f1cff91e02()
202 try {std::rethrow_exception(ep);} in __anon58f1cff92302()
221 try {std::rethrow_exception(ep);} in __anon58f1cff92602()
248 try {std::rethrow_exception(ep);} in __anon58f1cff92b02()
[all …]
Dcomposite_exception.cpp19 try { std::rethrow_exception(composite_e); } in __anone45e37500302()
23 try{ std::rethrow_exception(particular_e); } in __anone45e37500302()
Dtime_interval.cpp23 std::rethrow_exception(ep); in __anon9ab46f620202()
52 std::rethrow_exception(ep); in __anon9ab46f620502()
Dtimestamp.cpp24 std::rethrow_exception(ep); in __anon4e116de30202()
54 std::rethrow_exception(ep); in __anon4e116de30502()
Dreduce.cpp55 try {std::rethrow_exception(ep);} in __anone30554870c02()
78 try {std::rethrow_exception(ep);} in __anone30554871102()
Dsubscribe.cpp43 try {std::rethrow_exception(ep);} in __anonf4ca4ab10702()
82 try {std::rethrow_exception(ep);} in __anonf4ca4ab10d02()
Dtimeout.cpp19 std::rethrow_exception(ep); in __anon78b90ed60202()
/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/llvm-project/libcxx/src/support/runtime/
Dexception_pointer_glibcxx.ipp16 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
35 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
68 rethrow_exception(__ptr_);
72 void rethrow_exception(exception_ptr p)
74 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p));
Dexception_pointer_cxxabi.ipp52 rethrow_exception(__ptr_);
66 void rethrow_exception(exception_ptr p)
Dexception_pointer_unimplemented.ipp60 rethrow_exception(__ptr_);
72 void rethrow_exception(exception_ptr p)
Dexception_pointer_msvc.ipp73 void rethrow_exception(exception_ptr p) { __ExceptionPtrRethrow(&p); }
83 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()
/external/python/pybind11/tests/
Dtest_exceptions.cpp103 if (p) std::rethrow_exception(p); in TEST_SUBMODULE()
115 if (p) std::rethrow_exception(p); in TEST_SUBMODULE()
127 if (p) std::rethrow_exception(p); in TEST_SUBMODULE()
/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()
/external/llvm-project/libcxx/include/
Dexception56 void rethrow_exception [[noreturn]] (exception_ptr p);
138 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
165 friend _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
221 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr p);
/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/llvm-project/libcxx/test/std/language.support/support.exception/except.nested/
Dctor_default.pass.cpp48 rethrow_exception(e.nested_ptr()); in main()
Dctor_copy.pass.cpp50 rethrow_exception(e.nested_ptr()); in main()
/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()
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dintercept-rethrow-exception.cpp28 std::rethrow_exception(exc_ptr); in uninstrumented_rethrow_exception()

123