Home
last modified time | relevance | path

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

/external/libcxx/test/std/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()
/external/libcxx/include/
Dexception55 exception_ptr current_exception() noexcept;
121 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
145 friend _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;
160 return current_exception();
Dfuture887 this->set_exception(current_exception());
934 this->set_exception(current_exception());
980 this->set_exception(current_exception());
1035 this->set_exception(current_exception());
2107 __p_.set_exception(current_exception());
2129 __p_.set_exception_at_thread_exit(current_exception());
2239 __p_.set_exception(current_exception());
2262 __p_.set_exception_at_thread_exit(current_exception());
/external/libcxx/src/
Dexception.cpp243 : __ptr_(current_exception()) in nested_exception()
266 exception_ptr current_exception() _NOEXCEPT in current_exception() function