Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDmemory.inc184 // [out.ptr], function template out_ptr
185 using std::out_ptr;
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__memory/
HDout_ptr.h90 _LIBCPP_HIDE_FROM_ABI auto out_ptr(_Smart& __s, _Args&&... __args) { in out_ptr() function
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-zip.h210 cvmx_zip_ptr_t out_ptr; member
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDmemory919 // [out.ptr], function template out_ptr
921 auto out_ptr(Smart& s, Args&&... args); // since c++23
945 #include <__memory/out_ptr.h>
HDmodule.modulemap1527 module std_private_memory_out_ptr [system] { header "__memory/out_ptr.h" }
/freebsd-13-stable/sys/dev/mlx5/
HDdevice.h443 __be64 out_ptr; member
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_cmd.c890 lay->out_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->out, 0)); in cmd_work_handler()
/freebsd-13-stable/lib/libc++/
DMakefile940 MEM_HEADERS+= out_ptr.h
Dlibcxx.imp537 { include: [ "<__memory/out_ptr.h>", "private", "<memory>", "public" ] },
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2322 SYMBOL(out_ptr, std::, <memory>)