Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/
H A Dmemory.cpp19 const allocator_arg_t allocator_arg = allocator_arg_t(); variable
/freebsd-12.1/contrib/libc++/include/
H A D__functional_base565 extern _LIBCPP_EXPORTED_FROM_ABI const allocator_arg_t allocator_arg;
567 /* _LIBCPP_INLINE_VAR */ constexpr allocator_arg_t allocator_arg = allocator_arg_t();
638 new (__storage) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...);
H A Dscoped_allocator600 __p, allocator_arg, inner_allocator(),
635 return _Tup(allocator_arg, inner_allocator(),
H A D__functional_03494 {function(allocator_arg, __a, __f).swap(*this);}
774 {function(allocator_arg, __a, __f).swap(*this);}
1054 {function(allocator_arg, __a, __f).swap(*this);}
1333 {function(allocator_arg, __a, __f).swap(*this);}
H A Dfuture2037 : __f_(allocator_arg, __a, _VSTD::forward<_Fp>(__f)),
2038 __p_(allocator_arg, __a) {}
2166 : __f_(allocator_arg, __a, _VSTD::forward<_Fp>(__f)),
2167 __p_(allocator_arg, __a) {}
H A Dfunctional2239 {function(allocator_arg, __a, _VSTD::forward<_Fp>(__f)).swap(*this);}
H A Dmemory21 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t();
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dmemory_resource297 return _Tup(allocator_arg, *this,