Searched refs:allocator_arg_t (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator_arg_t.h | 24 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-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | tuple | 39 tuple(allocator_arg_t, const Alloc& a); 155 #include <__memory/allocator_arg_t.h> 222 : __value_(allocator_arg_t(), __a) 299 : _Hp(allocator_arg_t(), __a) {} 497 tuple(allocator_arg_t, _Alloc const& __a) 498 : __base_(allocator_arg_t(), __a, 513 : __base_(allocator_arg_t(), __a, 562 : __base_(allocator_arg_t(), __a, 579 : __base_(allocator_arg_t(), __a, 639 : __base_(allocator_arg_t(), __a, [all …]
|
| H A D | __functional_base | 20 #include <__memory/allocator_arg_t.h>
|
| H A D | future | 63 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 …]
|
| H A D | functional | 395 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
|
| H A D | memory | 19 struct allocator_arg_t { }; 20 inline constexpr allocator_arg_t allocator_arg = allocator_arg_t(); 675 #include <__memory/allocator_arg_t.h>
|
| H A D | scoped_allocator | 630 tuple<allocator_arg_t, inner_allocator_type&, _Args&&...> 634 using _Tup = tuple<allocator_arg_t, inner_allocator_type&, _Args&&...>;
|
| H A D | module.modulemap | 553 module allocator_arg_t { private header "__memory/allocator_arg_t.h" }
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | memory.cpp | 21 const allocator_arg_t allocator_arg = allocator_arg_t();
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 994 function(allocator_arg_t, const _Alloc&) _NOEXCEPT {} 1001 function(allocator_arg_t, const _Alloc&, function&&); 1003 function(allocator_arg_t, const _Alloc& __a, _Fp __f); 1680 function(allocator_arg_t, const _Alloc&) : __f_(0) {} 1687 function(allocator_arg_t, const _Alloc& __a, _Fp __f, 1960 function(allocator_arg_t, const _Alloc&) : __f_(0) {} 1967 function(allocator_arg_t, const _Alloc& __a, _Fp __f, 2240 function(allocator_arg_t, const _Alloc&) : __f_(0) {} 2247 function(allocator_arg_t, const _Alloc& __a, _Fp __f, 2519 function(allocator_arg_t, const _Alloc&) : __f_(0) {} [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | __memory | 13 #include <__memory/allocator_arg_t.h> 53 = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
|
| H A D | memory_resource | 291 tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...> 295 using _Tup = tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>;
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 424 MEM_HEADERS+= allocator_arg_t.h
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 3993 OLD_FILES+=usr/include/c++/v1/__memory/allocator_arg_t.h
|