Searched refs:_Except (Results 1 – 2 of 2) sorted by relevance
96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() argument98 return copy_exception(_Except); in make_exception_ptr()3758 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …3761 return _Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());3995 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …3997 return _M_unitEvent._Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());