Home
last modified time | relevance | path

Searched refs:construct_at (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dcopyable_box.h148 _VSTD::construct_at(_VSTD::addressof(__val_), __other.__val_);
158 _VSTD::construct_at(_VSTD::addressof(__val_), _VSTD::move(__other.__val_));
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dconstruct_at.h35 constexpr _Tp* construct_at(_Tp* __location, _Args&& ...__args) { in construct_at() function
H A Dallocator_traits.h298 _VSTD::construct_at(__p, _VSTD::forward<_Args>(__args)...);
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap557 module construct_at { private header "__memory/construct_at.h" }
H A Dmemory196 constexpr T* construct_at(T* location, Args&& ...args); // since C++20
678 #include <__memory/construct_at.h>
H A Doptional326 _VSTD::construct_at(_VSTD::addressof(this->__val_), _VSTD::forward<_Args>(__args)...);
/freebsd-13.1/lib/libc++/
H A DMakefile428 MEM_HEADERS+= construct_at.h
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3997 OLD_FILES+=usr/include/c++/v1/__memory/construct_at.h