Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dout_ptr.h37 class out_ptr_t {
42 _LIBCPP_HIDE_FROM_ABI explicit out_ptr_t(_Smart& __smart, _Args... __args) in out_ptr_t() function
55 _LIBCPP_HIDE_FROM_ABI out_ptr_t(const out_ptr_t&) = delete;
57 _LIBCPP_HIDE_FROM_ABI ~out_ptr_t() { in ~out_ptr_t()
93 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.inc184 // [out.ptr.t], class template out_ptr_t
185 using std::out_ptr_t;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmemory915 // [out.ptr.t], class template out_ptr_t
917 class out_ptr_t; // since c++23
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory918 // [out.ptr.t], class template out_ptr_t
920 class out_ptr_t; // since c++23
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2372 SYMBOL(out_ptr_t, std::, <memory>)