Searched refs:allocator_arg (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable
61 new (__storage) _Tp(allocator_arg, __a, std::forward<_Args>(__args)...);
H A Duses_allocator_construction.h50 return tuple<allocator_arg_t, const _Alloc&, _Args&&...>(allocator_arg, __alloc, std::forward<_Args>(__args)...);
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.inc26 using std::allocator_arg;
/freebsd-current/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h188 return _Tup(allocator_arg, *this, std::get<_Is>(std::move(__t))...);
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h881 function(allocator_arg, __a, std::forward<_Fp>(__f)).swap(*this);

Completed in 133 milliseconds