Home
last modified time | relevance | path

Searched refs:out_ptr (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc184 // [out.ptr], function template out_ptr
185 using std::out_ptr;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dout_ptr.h90 _LIBCPP_HIDE_FROM_ABI auto out_ptr(_Smart& __s, _Args&&... __args) { in out_ptr() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory919 // [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 Dmodule.modulemap1527 module std_private_memory_out_ptr [system] { header "__memory/out_ptr.h" }
/freebsd/sys/dev/mlx5/
H A Ddevice.h456 __be64 out_ptr; member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c894 lay->out_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->out, 0)); in cmd_work_handler()
/freebsd/lib/libc++/
H A DMakefile941 MEM_HEADERS+= out_ptr.h
H A Dlibcxx.imp537 { include: [ "<__memory/out_ptr.h>", "private", "<memory>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2322 SYMBOL(out_ptr, std::, <memory>)