Searched refs:allocator_arg_t (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { explicit allocator_arg_t() = default; }; struct
29 extern _LIBCPP_EXPORTED_FROM_ABI const allocator_arg_t allocator_arg;
31 /* inline */ constexpr allocator_arg_t allocator_arg = allocator_arg_t();
44 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
H A Duses_allocator_construction.h42 is_constructible_v<_Type, allocator_arg_t, const _Alloc&, _Args...>) {
43 return tuple<allocator_arg_t, const _Alloc&, _Args&&...>(allocator_arg, __alloc, std::forward<_Args>(__args)...);
/openbsd-current/gnu/llvm/libcxx/src/
H A Dmemory.cpp28 const allocator_arg_t allocator_arg = allocator_arg_t();
/openbsd-current/gnu/llvm/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h182 _LIBCPP_HIDE_FROM_ABI tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>
184 using _Tup = tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>;
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dfunction.h1014 function(allocator_arg_t, const _Alloc&) _NOEXCEPT {}
1017 function(allocator_arg_t, const _Alloc&, nullptr_t) _NOEXCEPT {}
1019 function(allocator_arg_t, const _Alloc&, const function&);
1021 function(allocator_arg_t, const _Alloc&, function&&);
1023 function(allocator_arg_t, const _Alloc& __a, _Fp __f);
1081 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc&,
1092 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc&,
1104 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc& __a,
/openbsd-current/gnu/lib/libcxx/
H A DMakefile509 __memory/allocator_arg_t.h \

Completed in 179 milliseconds