Searched refs:current_exception (Results 1 – 7 of 7) sorted by relevance
31 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 …]
39 p = std::current_exception(); in main()
55 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();
876 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());
243 : __ptr_(current_exception()) in nested_exception()266 exception_ptr current_exception() _NOEXCEPT in current_exception() function
2018 $(call gen-test, language.support/support.exception/propagation/current_exception)
2009 $(call gen-test, language.support/support.exception/propagation/current_exception)