Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h97 using _Ep2 = __decay_t<_Ep>; in make_exception_ptr() local
107 std::__destroy_at(static_cast<_Ep2*>(__p)); in make_exception_ptr()
114 ::new (__ex) _Ep2(__e); in make_exception_ptr()