Searched refs:allocator_arg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | memory.cpp | 19 const allocator_arg_t allocator_arg = allocator_arg_t(); variable
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __functional_base | 565 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 D | scoped_allocator | 600 __p, allocator_arg, inner_allocator(), 635 return _Tup(allocator_arg, inner_allocator(),
|
| H A D | __functional_03 | 494 {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 D | future | 2037 : __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 D | functional | 2239 {function(allocator_arg, __a, _VSTD::forward<_Fp>(__f)).swap(*this);}
|
| H A D | memory | 21 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t();
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | memory_resource | 297 return _Tup(allocator_arg, *this,
|