Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/include/__memory/
Dallocator_arg_t.h24 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { explicit allocator_arg_t() = default; }; struct
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();
42 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dtuple39 tuple(allocator_arg_t, const Alloc& a);
41 …explicit(see-below) tuple(allocator_arg_t, const Alloc& a, const T&...); // constexpr in …
43 …explicit(see-below) tuple(allocator_arg_t, const Alloc& a, U&&...); // constexpr in …
45 …tuple(allocator_arg_t, const Alloc& a, const tuple&); // constexpr in …
47 …tuple(allocator_arg_t, const Alloc& a, tuple&&); // constexpr in …
49 …explicit(see-below) tuple(allocator_arg_t, const Alloc& a, const tuple<U...>&); // constexpr in …
51 …explicit(see-below) tuple(allocator_arg_t, const Alloc& a, tuple<U...>&&); // constexpr in …
53 …explicit(see-below) tuple(allocator_arg_t, const Alloc& a, const pair<U1, U2>&); // constexpr in …
55 …explicit(see-below) tuple(allocator_arg_t, const Alloc& a, pair<U1, U2>&&); // constexpr in …
81 tuple(allocator_arg_t, Alloc, T...) -> tuple<T...>; // since C++17
[all …]
D__functional_base20 #include <__memory/allocator_arg_t.h>
Dfuture63 promise(allocator_arg_t, const Allocator& a);
93 promise(allocator_arg_t, const Allocator& a);
121 promise(allocator_arg_t, const Allocator& a);
331 packaged_task(allocator_arg_t, const Allocator& a, F&& f);
367 #include <__memory/allocator_arg_t.h>
1286 promise(allocator_arg_t, const _Alloc& __a);
1327 promise<_Rp>::promise(allocator_arg_t, const _Alloc& __a0)
1431 promise(allocator_arg_t, const _Allocator& __a);
1470 promise<_Rp&>::promise(allocator_arg_t, const _Alloc& __a0)
1557 promise(allocator_arg_t, const _Allocator& __a);
[all …]
Dfunctional395 function(allocator_arg_t, const Alloc&) noexcept; // removed in C++17
397 function(allocator_arg_t, const Alloc&, nullptr_t) noexcept; // removed in C++17
399 function(allocator_arg_t, const Alloc&, const function&); // removed in C++17
401 function(allocator_arg_t, const Alloc&, function&&); // removed in C++17
403 function(allocator_arg_t, const Alloc&, F); // removed in C++17
Dmemory19 struct allocator_arg_t { };
20 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t();
675 #include <__memory/allocator_arg_t.h>
Dscoped_allocator630 tuple<allocator_arg_t, inner_allocator_type&, _Args&&...>
634 using _Tup = tuple<allocator_arg_t, inner_allocator_type&, _Args&&...>;
Dmodule.modulemap553 module allocator_arg_t { private header "__memory/allocator_arg_t.h" }
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__functional/
Dfunction.h994 function(allocator_arg_t, const _Alloc&) _NOEXCEPT {}
997 function(allocator_arg_t, const _Alloc&, nullptr_t) _NOEXCEPT {}
999 function(allocator_arg_t, const _Alloc&, const function&);
1001 function(allocator_arg_t, const _Alloc&, function&&);
1003 function(allocator_arg_t, const _Alloc& __a, _Fp __f);
1100 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc&,
1111 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc&,
1123 function<_Rp(_ArgTypes...)>::function(allocator_arg_t, const _Alloc& __a,
1680 function(allocator_arg_t, const _Alloc&) : __f_(0) {}
1683 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
[all …]
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dmemory.cpp21 const allocator_arg_t allocator_arg = allocator_arg_t();
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
D__memory13 #include <__memory/allocator_arg_t.h>
53 = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
Dmemory_resource291 tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>
295 using _Tup = tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>;
/freebsd-12-stable/lib/libc++/
DMakefile427 MEM_HEADERS+= allocator_arg_t.h
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc4903 OLD_FILES+=usr/include/c++/v1/__memory/allocator_arg_t.h