Lines Matching refs:_E
96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr()
1594 …explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace)… in _ExceptionHolder()
1595 _M_exceptionObserved(0), _M_stdException(_E), _M_stackTrace(_stackTrace) in _ExceptionHolder()
1599 … explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, const _TaskCreationCallstack &_stackTrace) : in _ExceptionHolder()
1600 _M_exceptionObserved(0), _M_winRTException(_E), _M_stackTrace(_stackTrace) in _ExceptionHolder()
1604 explicit _ExceptionHolder(const std::exception_ptr& _E, void* _SourceAddressHint) :
1605 _M_exceptionObserved(0), _M_stdException(_E), _M_disassembleMe(_SourceAddressHint)
1609 explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, void* _SourceAddressHint) :
1610 _M_exceptionObserved(0), _M_disassembleMe(_SourceAddressHint), _M_winRTException(_E)
2485 catch (IRestrictedErrorInfo*& _E) in invoke() local
2487 _M_pTask->_CancelWithException(_E); in invoke()
2654 catch (IRestrictedErrorInfo*& _E) in _Wait() local
2659 _CancelWithException(_E); in _Wait()
3009 catch (IRestrictedErrorInfo*& _E) in _ScheduleContinuationTask() local
3011 _TaskImplPtr->_CancelWithException(_E); in _ScheduleContinuationTask()
3756 template<typename _E>
3758 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …
3993 template<typename _E>
3995 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …