Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp177 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
261 rethrow_exception(__ptr_); in rethrow_nested()
289 void rethrow_exception(exception_ptr p) in rethrow_exception() function
296 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p)); in rethrow_exception()
Dfuture.cpp157 rethrow_exception(__exception_); in copy()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
Dctor_default.pass.cpp46 rethrow_exception(e.nested_ptr()); in main()
Dctor_copy.pass.cpp48 rethrow_exception(e.nested_ptr()); in main()
Dassign.pass.cpp50 rethrow_exception(e.nested_ptr()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
Dmake_exception_ptr.pass.cpp35 std::rethrow_exception(p); in main()
Drethrow_exception.pass.cpp43 std::rethrow_exception(p); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception56 void rethrow_exception [[noreturn]] (exception_ptr p);
126 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
150 friend _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
Dfuture683 rethrow_exception(this->__exception_);
694 rethrow_exception(this->__exception_);
760 rethrow_exception(this->__exception_);
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2012 $(call gen-test, language.support/support.exception/propagation/rethrow_exception)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2021 $(call gen-test, language.support/support.exception/propagation/rethrow_exception)