Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc193 // [inout.ptr], function template inout_ptr
194 using std::inout_ptr;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dinout_ptr.h99 _LIBCPP_HIDE_FROM_ABI auto inout_ptr(_Smart& __s, _Args&&... __args) { in inout_ptr() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory930 // [inout.ptr], function template inout_ptr
932 auto inout_ptr(Smart& s, Args&&... args); // since c++23
950 # include <__memory/inout_ptr.h>
H A Dmodule.modulemap.in1655 module inout_ptr { header "__memory/inout_ptr.h" }
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmemory927 // [inout.ptr], function template inout_ptr
929 auto inout_ptr(Smart& s, Args&&... args); // since c++23
H A Dmodule.modulemap1526 …cxx03_std_private_memory_inout_ptr [system] { header "__memory/inout_ptr.h" }
/freebsd/lib/libc++/
H A Dmodule.modulemap1655 module inout_ptr { header "__memory/inout_ptr.h" }
H A Dlibcxx.imp580 { include: [ "<__memory/inout_ptr.h>", "private", "<memory>", "public" ] },
H A DMakefile1796 MEM_HEADERS+= inout_ptr.h
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1558 SYMBOL(inout_ptr, std::, <memory>)