Home
last modified time | relevance | path

Searched refs:__make_exception_ptr_via_throw (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h122 _LIBCPP_HIDE_FROM_ABI exception_ptr __make_exception_ptr_via_throw(_Ep& __e) _NOEXCEPT { in __make_exception_ptr_via_throw() function
144 return std::__make_exception_ptr_via_throw(__e); in make_exception_ptr()
150 return std::__make_exception_ptr_via_throw(__e); in make_exception_ptr()