Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h45 __uses_allocator_construction_args(const _Alloc& __alloc, _Args&&... __args) noexcept { in __uses_allocator_construction_args() function
61 _LIBCPP_HIDE_FROM_ABI constexpr auto __uses_allocator_construction_args( in __uses_allocator_construction_args() function
67 return std::__uses_allocator_construction_args<typename _Pair::first_type>( in __uses_allocator_construction_args()
73 return std::__uses_allocator_construction_args<typename _Pair::second_type>( in __uses_allocator_construction_args()
80 _LIBCPP_HIDE_FROM_ABI constexpr auto __uses_allocator_construction_args(const _Alloc& __alloc) noex… in __uses_allocator_construction_args() function
81 …return std::__uses_allocator_construction_args<_Pair>(__alloc, piecewise_construct, tuple<>{}, tup… in __uses_allocator_construction_args()
86 __uses_allocator_construction_args(const _Alloc& __alloc, _Up&& __u, _Vp&& __v) noexcept { in __uses_allocator_construction_args() function
87 return std::__uses_allocator_construction_args<_Pair>( in __uses_allocator_construction_args()
97 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args() function
98 return std::__uses_allocator_construction_args<_Pair>( in __uses_allocator_construction_args()
[all …]