Searched refs:current_exception (Results 1 – 8 of 8) 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()
66 current_exception = sys.exc_info()68 raise current_exception[0], current_exception[1], current_exception[2]
56 exception_ptr current_exception() noexcept;123 _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;147 friend _LIBCPP_FUNC_VIS exception_ptr current_exception() _NOEXCEPT;162 return current_exception();
883 this->set_exception(current_exception());930 this->set_exception(current_exception());976 this->set_exception(current_exception());1031 this->set_exception(current_exception());2103 __p_.set_exception(current_exception());2125 __p_.set_exception_at_thread_exit(current_exception());2235 __p_.set_exception(current_exception());2258 __p_.set_exception_at_thread_exit(current_exception());
249 : __ptr_(current_exception()) in nested_exception()272 exception_ptr current_exception() _NOEXCEPT in current_exception() function
2494 _M_pTask->_CancelWithException(std::current_exception()); in invoke()2669 _CancelWithException(std::current_exception()); in _Wait()3015 _TaskImplPtr->_CancelWithException(std::current_exception()); in _ScheduleContinuationTask()
2494 _M_pTask->_CancelWithException(std::current_exception());2669 _CancelWithException(std::current_exception());3015 _TaskImplPtr->_CancelWithException(std::current_exception());