Home
last modified time | relevance | path

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/
Dalloc_first.h27 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/
Dallocator_arg.pass.cpp17 void test(std::allocator_arg_t) {} in test() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
Dctor2.fail.cpp29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtuple40 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_03670 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_base521 // 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;
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 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 …]
Dfunctional387 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 …]
Dmemory20 struct allocator_arg_t { };
21 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp36 const allocator_arg_t allocator_arg = allocator_arg_t();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct.pass.cpp31 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()