Searched refs:inout_ptr (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | memory.cppm | |
| H A D | memory.inc | 193 // [inout.ptr], function template inout_ptr 194 using std::inout_ptr;
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | inout_ptr.h | 99 _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 | 930 // [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 D | module.modulemap.in | 1655 module inout_ptr { header "__memory/inout_ptr.h" }
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | memory | 927 // [inout.ptr], function template inout_ptr 929 auto inout_ptr(Smart& s, Args&&... args); // since c++23
|
| H A D | module.modulemap | 1526 …cxx03_std_private_memory_inout_ptr [system] { header "__memory/inout_ptr.h" }
|
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 1655 module inout_ptr { header "__memory/inout_ptr.h" }
|
| H A D | libcxx.imp | 580 { include: [ "<__memory/inout_ptr.h>", "private", "<memory>", "public" ] },
|
| H A D | Makefile | 1796 MEM_HEADERS+= inout_ptr.h
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1558 SYMBOL(inout_ptr, std::, <memory>)
|