Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dout_ptr.h36 class _LIBCPP_TEMPLATE_VIS out_ptr_t {
41 _LIBCPP_HIDE_FROM_ABI explicit out_ptr_t(_Smart& __smart, _Args... __args) in out_ptr_t() function
54 _LIBCPP_HIDE_FROM_ABI out_ptr_t(const out_ptr_t&) = delete;
56 _LIBCPP_HIDE_FROM_ABI ~out_ptr_t() { in ~out_ptr_t()
92 return std::out_ptr_t<_Smart, _Ptr, _Args&&...>(__s, std::forward<_Args>(__args)...); in out_ptr()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc181 // [out.ptr.t], class template out_ptr_t
182 using std::out_ptr_t;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory915 // [out.ptr.t], class template out_ptr_t
917 class out_ptr_t; // since c++23
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2323 SYMBOL(out_ptr_t, std::, <memory>)