Searched refs:__make_exception_ptr_explicit (Results 1 – 1 of 1) sorted by relevance
66 friend _LIBCPP_HIDE_FROM_ABI exception_ptr __make_exception_ptr_explicit(_Ep&) _NOEXCEPT;98 _LIBCPP_HIDE_FROM_ABI exception_ptr __make_exception_ptr_explicit(_Ep& __e) _NOEXCEPT { in __make_exception_ptr_explicit() function148 return std::__make_exception_ptr_explicit(__e); in make_exception_ptr()