/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | PR23256_constrain_UTypes_ctor.pass.cpp | 73 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()
|
D | alloc_UTypes.pass.cpp | 39 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()
|
D | alloc.pass.cpp | 41 struct DerivedFromAllocArgT : std::allocator_arg_t {};
|
D | move.pass.cpp | 55 using Tag = std::allocator_arg_t; in test_sfinae()
|
/external/libcxx/test/std/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()
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_F.pass.cpp | 123 …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/ |
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>&&); 205 : value(allocator_arg_t(), __a) [all …]
|
D | __functional_03 | 467 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_base | 567 // 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;
|
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 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/ |
D | dynarray | 43 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 | __memory | 52 = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value;
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_pair.pass.cpp | 48 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()
|
D | construct_pair_rvalue.pass.cpp | 53 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()
|
D | construct_pair_const_lvalue_pair.pass.cpp | 53 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()
|
D | construct_pair_piecewise.pass.cpp | 54 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()
|
D | construct_pair_values.pass.cpp | 51 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()
|
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()
|
D | construct_type.pass.cpp | 86 assert((POuter.checkConstruct<std::allocator_arg_t const&, in test_bullet_two()
|
/external/libcxx/test/support/ |
D | uses_alloc_types.hpp | 231 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/ |
D | memory.cpp | 20 const allocator_arg_t allocator_arg = allocator_arg_t();
|
/external/clang/test/Parser/ |
D | PR11000.cpp | 7 tuple(allocator_arg_t, const _Alloc&) {} in tuple() argument
|
/external/libcxx/test/std/utilities/memory/allocator.tag/ |
D | allocator_arg.pass.cpp | 17 void test(std::allocator_arg_t) {} in test() argument
|
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
D | ctor2.fail.cpp | 32 …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/ |
D | construct_piecewise_pair.pass.cpp | 86 CountCopiesAllocV1(std::allocator_arg_t, allocator_type const& a, in CountCopiesAllocV1()
|