Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc_UTypes.pass.cpp40 std::allocator_arg_t, A1<int>, MoveOnly in test_default_constructible_extension_sfinae()
45 std::allocator_arg_t, A1<int>, MoveOnly, NoDefault in test_default_constructible_extension_sfinae()
53 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly in test_default_constructible_extension_sfinae()
58 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly, NoDefault in test_default_constructible_extension_sfinae()
68 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly, MoveOnly, MoveOnly in test_default_constructible_extension_sfinae()
73 std::allocator_arg_t, A1<int>, MoveOnly, Tuple, MoveOnly, MoveOnly in test_default_constructible_extension_sfinae()
82 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly, MoveOnly, MoveOnly in test_default_constructible_extension_sfinae()
87 std::allocator_arg_t, A1<int>, MoveOnly, Tuple, MoveOnly, MoveOnly in test_default_constructible_extension_sfinae()
/external/libcxx/test/std/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()
/external/libcxx/include/experimental/
Ddynarray46 dynarray(allocator_arg_t, const Alloc& a, size_type c, const Alloc& alloc);
48 dynarray(allocator_arg_t, const Alloc& a, size_type c, const T& v, const Alloc& alloc);
50 dynarray(allocator_arg_t, const Alloc& a, const dynarray& d, const Alloc& alloc);
52 dynarray(allocator_arg_t, const Alloc& a, initializer_list<T>, const Alloc& alloc);
170 // dynarray(allocator_arg_t, const _Alloc& __alloc, size_type __c);
172 // dynarray(allocator_arg_t, const _Alloc& __alloc, size_type __c, const value_type& __v);
174 // dynarray(allocator_arg_t, const _Alloc& __alloc, const dynarray& __d);
176 // dynarray(allocator_arg_t, const _Alloc& __alloc, initializer_list<value_type>);
/external/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>&&);
199 : value(allocator_arg_t(), __a)
[all …]
D__functional_03476 function(allocator_arg_t, const _Alloc&) : __f_(0) {}
479 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
481 function(allocator_arg_t, const _Alloc&, const function&);
483 function(allocator_arg_t, const _Alloc& __a, _Fp __f,
542 function<_Rp()>::function(allocator_arg_t, const _Alloc&, const function& __f)
583 function<_Rp()>::function(allocator_arg_t, const _Alloc& __a0, _Fp __f,
773 function(allocator_arg_t, const _Alloc&) : __f_(0) {}
776 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
778 function(allocator_arg_t, const _Alloc&, const function&);
780 function(allocator_arg_t, const _Alloc& __a, _Fp __f,
[all …]
D__functional_base627 // allocator_arg_t
629 struct _LIBCPP_TYPE_VIS_ONLY allocator_arg_t { };
632 extern const allocator_arg_t allocator_arg;
634 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
678 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 packaged_task(allocator_arg_t, const Allocator& a, F&& f);
1364 promise(allocator_arg_t, const _Alloc& __a);
1420 promise<_Rp>::promise(allocator_arg_t, const _Alloc& __a0)
1544 promise(allocator_arg_t, const _Allocator& __a);
1594 promise<_Rp&>::promise(allocator_arg_t, const _Alloc& __a0)
1688 promise(allocator_arg_t, const _Allocator& __a);
1731 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);
1527 function(allocator_arg_t, const _Alloc&) _NOEXCEPT : __f_(0) {}
1530 function(allocator_arg_t, const _Alloc&, nullptr_t) _NOEXCEPT : __f_(0) {}
1532 function(allocator_arg_t, const _Alloc&, const function&);
1534 function(allocator_arg_t, const _Alloc&, function&&);
1536 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();
/external/libcxx/src/
Dmemory.cpp42 const allocator_arg_t allocator_arg = allocator_arg_t();
/external/clang/test/Parser/
DPR11000.cpp7 tuple(allocator_arg_t, const _Alloc&) {} in tuple() argument
/external/libcxx/test/std/utilities/memory/allocator.tag/
Dallocator_arg.pass.cpp17 void test(std::allocator_arg_t) {} in test() argument
/external/libcxx/test/std/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()
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
Dctor2.fail.cpp29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; in main()