Home
last modified time | relevance | path

Searched refs:current_exception (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
Dcurrent_exception.pass.cpp31 std::exception_ptr p = std::current_exception(); in main()
58 std::exception_ptr p = std::current_exception(); in main()
61 p2 = std::current_exception(); in main()
78 std::exception_ptr p = std::current_exception(); in main()
81 p2 = std::current_exception(); in main()
98 std::exception_ptr p = std::current_exception(); in main()
101 p2 = std::current_exception(); in main()
145 std::exception_ptr p = std::current_exception(); in main()
178 std::exception_ptr p = std::current_exception(); in main()
207 std::exception_ptr p = std::current_exception(); in main()
[all …]
Drethrow_exception.pass.cpp39 p = std::current_exception(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception55 exception_ptr current_exception() noexcept;
125 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
149 friend _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
164 return current_exception();
Dfuture876 this->set_exception(current_exception());
923 this->set_exception(current_exception());
969 this->set_exception(current_exception());
1024 this->set_exception(current_exception());
2097 __p_.set_exception(current_exception());
2119 __p_.set_exception_at_thread_exit(current_exception());
2229 __p_.set_exception(current_exception());
2252 __p_.set_exception_at_thread_exit(current_exception());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp243 : __ptr_(current_exception()) in nested_exception()
266 exception_ptr current_exception() _NOEXCEPT in current_exception() function
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2018 $(call gen-test, language.support/support.exception/propagation/current_exception)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2009 $(call gen-test, language.support/support.exception/propagation/current_exception)