Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR23256_constrain_UTypes_ctor.pass.cpp73 std::allocator_arg_t, std::allocator<void>, in main()
78 std::allocator_arg_t, std::allocator<void>, in main()
83 std::allocator_arg_t, std::allocator<void>, in main()
88 std::allocator_arg_t, std::allocator<void>, in main()
Dalloc_UTypes.pass.cpp39 struct DerivedFromAllocArgT : std::allocator_arg_t {};
53 std::allocator_arg_t, A1<int>, MoveOnly in test_uses_allocator_sfinae_evaluation()
58 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly, BadDefault in test_uses_allocator_sfinae_evaluation()
66 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly in test_uses_allocator_sfinae_evaluation()
71 std::allocator_arg_t, A1<int>, MoveOnly, MoveOnly, BadDefault, BadDefault in test_uses_allocator_sfinae_evaluation()
Dalloc.pass.cpp41 struct DerivedFromAllocArgT : std::allocator_arg_t {};
Dmove.pass.cpp55 using Tag = std::allocator_arg_t; in test_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/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_F.pass.cpp123 …static_assert(std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, LValueCallable&… in main()
124 …static_assert(std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, LValueCallable>… in main()
125 …static_assert(!std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, RValueCallable… in main()
126 …static_assert(!std::is_constructible<Fn, std::allocator_arg_t, std::allocator<int>, RValueCallable… in main()
/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>&&);
205 : value(allocator_arg_t(), __a)
[all …]
D__functional_03467 function(allocator_arg_t, const _Alloc&) : __f_(0) {}
470 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
472 function(allocator_arg_t, const _Alloc&, const function&);
474 function(allocator_arg_t, const _Alloc& __a, _Fp __f,
533 function<_Rp()>::function(allocator_arg_t, const _Alloc&, const function& __f)
574 function<_Rp()>::function(allocator_arg_t, const _Alloc& __a0, _Fp __f,
743 function(allocator_arg_t, const _Alloc&) : __f_(0) {}
746 function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
748 function(allocator_arg_t, const _Alloc&, const function&);
750 function(allocator_arg_t, const _Alloc& __a, _Fp __f,
[all …]
D__functional_base567 // allocator_arg_t
569 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { };
572 extern const allocator_arg_t allocator_arg;
574 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
624 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);
1374 promise(allocator_arg_t, const _Alloc& __a);
1430 promise<_Rp>::promise(allocator_arg_t, const _Alloc& __a0)
1542 promise(allocator_arg_t, const _Allocator& __a);
1592 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 …]
/external/libcxx/include/experimental/
Ddynarray43 dynarray(allocator_arg_t, const Alloc& a, size_type c, const Alloc& alloc);
45 dynarray(allocator_arg_t, const Alloc& a, size_type c, const T& v, const Alloc& alloc);
47 dynarray(allocator_arg_t, const Alloc& a, const dynarray& d, const Alloc& alloc);
49 dynarray(allocator_arg_t, const Alloc& a, initializer_list<T>, const Alloc& alloc);
162 // dynarray(allocator_arg_t, const _Alloc& __alloc, size_type __c);
164 // dynarray(allocator_arg_t, const _Alloc& __alloc, size_type __c, const value_type& __v);
166 // dynarray(allocator_arg_t, const _Alloc& __alloc, const dynarray& __d);
168 // dynarray(allocator_arg_t, const _Alloc& __alloc, initializer_list<value_type>);
D__memory52 = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_pair.pass.cpp48 std::tuple<std::allocator_arg_t, SA&>&&, in test_no_inner_alloc()
70 std::tuple<std::allocator_arg_t, SA&>&&, in test_no_inner_alloc()
103 std::tuple<std::allocator_arg_t, SAInner&>&&, in test_with_inner_alloc()
129 std::tuple<std::allocator_arg_t, SAInner&>&&, in test_with_inner_alloc()
Dconstruct_pair_rvalue.pass.cpp53 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc()
80 std::tuple<std::allocator_arg_t, SA&, int&&>&&, in test_no_inner_alloc()
117 std::tuple<std::allocator_arg_t, SAInner&, int&>&&, in test_with_inner_alloc()
148 std::tuple<std::allocator_arg_t, SAInner&, int&&>&&, in test_with_inner_alloc()
Dconstruct_pair_const_lvalue_pair.pass.cpp53 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc()
80 std::tuple<std::allocator_arg_t, SA&, int const&>&&, in test_no_inner_alloc()
117 std::tuple<std::allocator_arg_t, SAInner&, int&>&&, in test_with_inner_alloc()
148 std::tuple<std::allocator_arg_t, SAInner&, int const&>&&, in test_with_inner_alloc()
Dconstruct_pair_piecewise.pass.cpp54 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc()
81 std::tuple<std::allocator_arg_t, SA&, int&&>&&, in test_no_inner_alloc()
118 std::tuple<std::allocator_arg_t, SAInner&, int&>&&, in test_with_inner_alloc()
149 std::tuple<std::allocator_arg_t, SAInner&, int&&>&&, in test_with_inner_alloc()
Dconstruct_pair_values.pass.cpp51 std::tuple<std::allocator_arg_t, SA&, int&>&&, in test_no_inner_alloc()
76 std::tuple<std::allocator_arg_t, SA&, int&&>&&, in test_no_inner_alloc()
111 std::tuple<std::allocator_arg_t, SAInner&, int&>&&, in test_with_inner_alloc()
140 std::tuple<std::allocator_arg_t, SAInner&, int&&>&&, in test_with_inner_alloc()
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()
Dconstruct_type.pass.cpp86 assert((POuter.checkConstruct<std::allocator_arg_t const&, in test_bullet_two()
/external/libcxx/test/support/
Duses_alloc_types.hpp231 UsesAllocatorTestBase(std::allocator_arg_t, CtorAlloc const& a, Args&&...) in UsesAllocatorTestBase()
288 UsesAllocatorV1(std::allocator_arg_t tag, CtorAlloc const & a, Args&&... args) in UsesAllocatorV1()
348 UsesAllocatorV3(std::allocator_arg_t tag, CtorAlloc const& alloc, Args&&... args) in UsesAllocatorV3()
379 NotUsesAllocator(std::allocator_arg_t tag, CtorAlloc const& alloc, Args&&... args) in NotUsesAllocator()
/external/libcxx/src/
Dmemory.cpp20 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/thread/futures/futures.task/futures.task.members/
Dctor2.fail.cpp32 …PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; // expected-error {{no matching const… in main()
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_piecewise_pair.pass.cpp86 CountCopiesAllocV1(std::allocator_arg_t, allocator_type const& a, in CountCopiesAllocV1()

12