Searched refs:inout_ptr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | memory.cppm |
|
H A D | memory.inc | 190 // [inout.ptr], function template inout_ptr 191 using std::inout_ptr;
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | inout_ptr.h | 98 _LIBCPP_HIDE_FROM_ABI auto inout_ptr(_Smart& __s, _Args&&... __args) { in inout_ptr() function
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | memory | 927 // [inout.ptr], function template inout_ptr 929 auto inout_ptr(Smart& s, Args&&... args); // since c++23 944 #include <__memory/inout_ptr.h>
|
H A D | module.modulemap | 1526 module std_private_memory_inout_ptr [system] { header "__memory/inout_ptr.h" }
|
/freebsd/lib/libc++/ |
H A D | Makefile | 940 MEM_HEADERS+= inout_ptr.h
|
H A D | libcxx.imp | 536 { include: [ "<__memory/inout_ptr.h>", "private", "<memory>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1532 SYMBOL(inout_ptr, std::, <memory>)
|