Searched refs:out_ptr (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | memory.cppm |
|
H A D | memory.inc | 184 // [out.ptr], function template out_ptr 185 using std::out_ptr;
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | out_ptr.h | 90 _LIBCPP_HIDE_FROM_ABI auto out_ptr(_Smart& __s, _Args&&... __args) { in out_ptr() function
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | memory | 919 // [out.ptr], function template out_ptr 921 auto out_ptr(Smart& s, Args&&... args); // since c++23 945 #include <__memory/out_ptr.h>
|
H A D | module.modulemap | 1527 module std_private_memory_out_ptr [system] { header "__memory/out_ptr.h" }
|
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 456 __be64 out_ptr; member
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_cmd.c | 894 lay->out_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->out, 0)); in cmd_work_handler()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 941 MEM_HEADERS+= out_ptr.h
|
H A D | libcxx.imp | 537 { include: [ "<__memory/out_ptr.h>", "private", "<memory>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2322 SYMBOL(out_ptr, std::, <memory>)
|