Home
last modified time | relevance | path

Searched refs:allocator_arg_t (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { struct
27 explicit allocator_arg_t() = default;
31 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t();
33 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
44 static const bool __ic = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
H A Duses_allocator_construction.h49 is_constructible_v<_Type, allocator_arg_t, const _Alloc&, _Args...>) { in __uses_allocator_construction_args()
50 …return tuple<allocator_arg_t, const _Alloc&, _Args&&...>(allocator_arg, __alloc, std::forward<_Arg… in __uses_allocator_construction_args()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtuple51 tuple(allocator_arg_t, const Alloc& a);
216 #include <__memory/allocator_arg_t.h>
331 : __value_(allocator_arg_t(), __a) {
403 : _Hp(allocator_arg_t(), __a) {}
477 allocator_arg_t,
569 tuple(allocator_arg_t, _Alloc const& __a)
570 : __base_(allocator_arg_t(),
595 : __base_(allocator_arg_t(),
632 : __base_(allocator_arg_t(),
695 : __base_(allocator_arg_t(), __a, __t) {}
[all …]
H A Dfuture64 promise(allocator_arg_t, const Allocator& a);
94 promise(allocator_arg_t, const Allocator& a);
122 promise(allocator_arg_t, const Allocator& a);
332 packaged_task(allocator_arg_t, const Allocator& a, F&& f);
378 #include <__memory/allocator_arg_t.h>
1118 _LIBCPP_HIDE_FROM_ABI promise(allocator_arg_t, const _Alloc& __a);
1151 promise<_Rp>::promise(allocator_arg_t, const _Alloc& __a0) {
1266 promise<_Rp&>::promise(allocator_arg_t, const _Alloc& __a0) {
1363 promise<void>::promise(allocator_arg_t, const _Alloc& __a0) {
1612 : __f_(allocator_arg_t(), __a, std::forward<_Fp>(__f)), __p_(allocator_arg_t(), __a) {}
[all …]
H A Dfunctional410 function(allocator_arg_t, const Alloc&) noexcept; // removed in C++17
412 function(allocator_arg_t, const Alloc&, nullptr_t) noexcept; // removed in C++17
414 function(allocator_arg_t, const Alloc&, const function&); // removed in C++17
416 function(allocator_arg_t, const Alloc&, function&&); // removed in C++17
418 function(allocator_arg_t, const Alloc&, F); // removed in C++17
H A Dmemory21 struct allocator_arg_t { };
22 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t();
928 #include <__memory/allocator_arg_t.h>
H A Dscoped_allocator510 _LIBCPP_HIDE_FROM_ABI tuple<allocator_arg_t, inner_allocator_type&, _Args&&...>
512 using _Tup = tuple<allocator_arg_t, inner_allocator_type&, _Args&&...>;
H A Dlibcxx.imp516 { include: [ "<__memory/allocator_arg_t.h>", "private", "<memory>", "public" ] },
H A Dmodule.modulemap.in1507 …std_private_memory_allocator_arg_t [system] { header "__memory/allocator_arg_t.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/
H A D__memory13 #include <__memory/allocator_arg_t.h>
50 static const bool __ic_first = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
76 new (__storage) _Tp(allocator_arg_t(), __a, std::forward<_Args>(__args)...);
/freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h856 _LIBCPP_HIDE_FROM_ABI function(allocator_arg_t, const _Alloc&) _NOEXCEPT {}
858 _LIBCPP_HIDE_FROM_ABI function(allocator_arg_t, const _Alloc&, nullptr_t) _NOEXCEPT {}
860 _LIBCPP_HIDE_FROM_ABI function(allocator_arg_t, const _Alloc&, const function&);
862 _LIBCPP_HIDE_FROM_ABI function(allocator_arg_t, const _Alloc&, function&&);
864 _LIBCPP_HIDE_FROM_ABI function(allocator_arg_t, const _Alloc& __a, _Fp __f);
924 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc&, const function& __f) : __f_(_…
933 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc&, function&& __f) : __f_(std::m…
943 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc& __a, _Fp __f) : __f_(std::move…
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h185 _LIBCPP_HIDE_FROM_ABI tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>
187 using _Tup = tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>; in __transform_tuple()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.inc27 using std::allocator_arg_t;
/freebsd-14.2/lib/libc++/
H A DMakefile929 MEM_HEADERS+= allocator_arg_t.h
H A Dmodule.modulemap1507 …std_private_memory_allocator_arg_t [system] { header "__memory/allocator_arg_t.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc607 SYMBOL(allocator_arg_t, std::, <memory>)