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)…
1595 _M_exceptionObserved(0), _M_stdException(_E), _M_stackTrace(_stackTrace)
1599 … explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, const _TaskCreationCallstack &_stackTrace) :
1600 _M_exceptionObserved(0), _M_winRTException(_E), _M_stackTrace(_stackTrace)
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)
2487 _M_pTask->_CancelWithException(_E);
2654 catch (IRestrictedErrorInfo*& _E)
2659 _CancelWithException(_E);
3009 catch (IRestrictedErrorInfo*& _E)
3011 _TaskImplPtr->_CancelWithException(_E);
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 …