Searched refs:allocator_arg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator_arg_t.h | 27 extern _LIBCPP_EXPORTED_FROM_ABI const allocator_arg_t allocator_arg; 29 /* _LIBCPP_INLINE_VAR */ constexpr allocator_arg_t allocator_arg = allocator_arg_t(); variable 63 new (__storage) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...); in __user_alloc_construct_impl()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | memory.cpp | 21 const allocator_arg_t allocator_arg = allocator_arg_t(); variable
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | __memory | 90 new (__storage) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...);
|
| H A D | memory_resource | 296 return _Tup(allocator_arg, *this,
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | scoped_allocator | 600 __p, allocator_arg, inner_allocator(), 635 return _Tup(allocator_arg, inner_allocator(),
|
| H A D | future | 1908 : __f_(allocator_arg, __a, _VSTD::forward<_Fp>(__f)), 1909 __p_(allocator_arg, __a) {} 2037 : __f_(allocator_arg, __a, _VSTD::forward<_Fp>(__f)), 2038 __p_(allocator_arg, __a) {}
|
| H A D | memory | 20 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t();
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 1021 {function(allocator_arg, __a, _VSTD::forward<_Fp>(__f)).swap(*this);} 1707 {function(allocator_arg, __a, __f).swap(*this);} 1987 {function(allocator_arg, __a, __f).swap(*this);} 2267 {function(allocator_arg, __a, __f).swap(*this);} 2546 {function(allocator_arg, __a, __f).swap(*this);}
|