/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_UTypes.pass.cpp | 40 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/ |
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/include/experimental/ |
D | dynarray | 46 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/ |
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>&&); 199 : value(allocator_arg_t(), __a) [all …]
|
D | __functional_03 | 476 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_base | 627 // 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;
|
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); 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 …]
|
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); 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 …]
|
D | memory | 20 struct allocator_arg_t { }; 21 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
|
/external/libcxx/src/ |
D | memory.cpp | 42 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/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()
|
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/ |
D | ctor2.fail.cpp | 29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; in main()
|