Searched refs:allocator_arg_t (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/ |
D | alloc_first.h | 27 alloc_first(std::allocator_arg_t, const A1<int>& a) in alloc_first() 34 alloc_first(std::allocator_arg_t, const A1<int>& a, int d) in alloc_first() 41 alloc_first(std::allocator_arg_t, const A1<int>& a, const alloc_first& d) in alloc_first()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.tag/ |
D | allocator_arg.pass.cpp | 17 void test(std::allocator_arg_t) {} in test() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ |
D | ctor2.fail.cpp | 29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | tuple | 40 tuple(allocator_arg_t, const Alloc& a); 42 tuple(allocator_arg_t, const Alloc& a, const T&...); 44 tuple(allocator_arg_t, const Alloc& a, U&&...); 46 tuple(allocator_arg_t, const Alloc& a, const tuple&); 48 tuple(allocator_arg_t, const Alloc& a, tuple&&); 50 tuple(allocator_arg_t, const Alloc& a, const tuple<U...>&); 52 tuple(allocator_arg_t, const Alloc& a, tuple<U...>&&); 54 tuple(allocator_arg_t, const Alloc& a, const pair<U1, U2>&); 56 tuple(allocator_arg_t, const Alloc& a, pair<U1, U2>&&); 201 : value(allocator_arg_t(), __a) [all …]
|
D | __functional_03 | 670 function(allocator_arg_t, const _Alloc&) : __f_(0) {} 673 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {} 675 function(allocator_arg_t, const _Alloc&, const function&); 677 function(allocator_arg_t, const _Alloc& __a, _Fp __f, 736 function<_Rp()>::function(allocator_arg_t, const _Alloc&, const function& __f) 777 function<_Rp()>::function(allocator_arg_t, const _Alloc& __a0, _Fp __f, 972 function(allocator_arg_t, const _Alloc&) : __f_(0) {} 975 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {} 977 function(allocator_arg_t, const _Alloc&, const function&); 979 function(allocator_arg_t, const _Alloc& __a, _Fp __f, [all …]
|
D | __functional_base | 521 // allocator_arg_t 523 struct _LIBCPP_TYPE_VIS_ONLY allocator_arg_t { }; 526 extern const allocator_arg_t allocator_arg; 528 constexpr allocator_arg_t allocator_arg = allocator_arg_t(); 572 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
|
D | future | 64 promise(allocator_arg_t, const Allocator& a); 94 promise(allocator_arg_t, const Allocator& a); 122 promise(allocator_arg_t, const Allocator& a); 332 explicit packaged_task(allocator_arg_t, const Allocator& a, F&& f); 1357 promise(allocator_arg_t, const _Alloc& __a); 1413 promise<_Rp>::promise(allocator_arg_t, const _Alloc& __a0) 1536 promise(allocator_arg_t, const _Allocator& __a); 1586 promise<_Rp&>::promise(allocator_arg_t, const _Alloc& __a0) 1679 promise(allocator_arg_t, const _Allocator& __a); 1722 promise<void>::promise(allocator_arg_t, const _Alloc& __a0) [all …]
|
D | functional | 387 function(allocator_arg_t, const Alloc&) noexcept; 389 function(allocator_arg_t, const Alloc&, nullptr_t) noexcept; 391 function(allocator_arg_t, const Alloc&, const function&); 393 function(allocator_arg_t, const Alloc&, function&&); 395 function(allocator_arg_t, const Alloc&, F); 1460 function(allocator_arg_t, const _Alloc&) _NOEXCEPT : __f_(0) {} 1463 function(allocator_arg_t, const _Alloc&, nullptr_t) _NOEXCEPT : __f_(0) {} 1465 function(allocator_arg_t, const _Alloc&, const function&); 1467 function(allocator_arg_t, const _Alloc&, function&&); 1469 function(allocator_arg_t, const _Alloc& __a, _Fp __f, [all …]
|
D | memory | 20 struct allocator_arg_t { }; 21 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | memory.cpp | 36 const allocator_arg_t allocator_arg = allocator_arg_t();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct.pass.cpp | 31 explicit B(std::allocator_arg_t, const allocator_type& a, int i) in B() 47 explicit C(std::allocator_arg_t, const allocator_type& a, int i) in C()
|