Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dinout_ptr.h37 class _LIBCPP_TEMPLATE_VIS inout_ptr_t {
41 _LIBCPP_HIDE_FROM_ABI explicit inout_ptr_t(_Smart& __smart, _Args... __args) in inout_ptr_t() function
56 _LIBCPP_HIDE_FROM_ABI inout_ptr_t(const inout_ptr_t&) = delete;
58 _LIBCPP_HIDE_FROM_ABI ~inout_ptr_t() { in ~inout_ptr_t()
100 return std::inout_ptr_t<_Smart, _Ptr, _Args&&...>(__s, std::forward<_Args>(__args)...); in inout_ptr()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc187 // [inout.ptr.t], class template inout_ptr_t
188 using std::inout_ptr_t;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory923 // [inout.ptr.t], class template inout_ptr_t
925 class inout_ptr_t; // since c++23
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1533 SYMBOL(inout_ptr_t, std::, <memory>)