Home
last modified time | relevance | path

Searched defs:piecewise_construct_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpiecewise_construct.h20 struct _LIBCPP_TEMPLATE_VIS piecewise_construct_t { struct
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h62 const _Alloc& __alloc, piecewise_construct_t, _Tuple1&& __x, _Tuple2&& __y) noexcept { in __uses_allocator_construction_args() argument
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h129 …construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct() argument