Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h27 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 Dmemory.cpp21 const allocator_arg_t allocator_arg = allocator_arg_t(); variable
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A D__memory90 new (__storage) _Tp (allocator_arg, __a, _VSTD::forward<_Args>(__args)...);
H A Dmemory_resource296 return _Tup(allocator_arg, *this,
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dscoped_allocator600 __p, allocator_arg, inner_allocator(),
635 return _Tup(allocator_arg, inner_allocator(),
H A Dfuture1908 : __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 Dmemory20 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t();
/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h1021 {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);}