/external/libcxx/test/support/ |
H A D | uses_alloc_types.hpp | 58 class UsesAllocatorV1; 268 class UsesAllocatorV1 : public UsesAllocatorTestBase<UsesAllocatorV1<Alloc, Arity>, Alloc> class in class:UsesAllocatorType 273 using Base = UsesAllocatorTestBase<UsesAllocatorV1, Alloc>; 276 UsesAllocatorV1() : Base(&makeArgumentID<>()) {} function in class:UsesAllocatorType::UsesAllocatorV1 278 UsesAllocatorV1(UsesAllocatorV1 const&) function in class:UsesAllocatorType::UsesAllocatorV1 279 : Base(&makeArgumentID<UsesAllocatorV1 const&>()) {} 280 UsesAllocatorV1(UsesAllocatorV1 function in class:UsesAllocatorType::UsesAllocatorV1 284 UsesAllocatorV1(Args&&...) : Base(&makeArgumentID<Args&&...>()) {} function in class:UsesAllocatorType::UsesAllocatorV1 288 UsesAllocatorV1(std::allocator_arg_t tag, CtorAlloc const & a, Args&&... args) function in class:UsesAllocatorType::UsesAllocatorV1 294 constexpr UsesAllocatorV1(First&&, Args&&...) function in class:UsesAllocatorType::UsesAllocatorV1 [all...] |
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
H A D | construct_pair_const_lvalue_pair.pass.cpp | 78 using T = UsesAllocatorV1<Alloc, 1>;
|
H A D | construct_types.pass.cpp | 113 using T = UsesAllocatorV1<Alloc, sizeof...(Args)>; 141 using T = UsesAllocatorV1<Alloc, sizeof...(Args)>;
|
H A D | construct_pair_rvalue.pass.cpp | 77 using T = UsesAllocatorV1<Alloc, 1>;
|
H A D | construct_pair_values.pass.cpp | 77 using T = UsesAllocatorV1<Alloc, 1>;
|
H A D | construct_piecewise_pair.pass.cpp | 67 using T = UsesAllocatorV1<Alloc, sizeof...(TTypes)>;
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct_pair.pass.cpp | 35 using T = UsesAllocatorV1<VoidAlloc, 0>; 86 using T = UsesAllocatorV1<VoidAlloc2, 0>;
|
H A D | construct_pair_const_lvalue_pair.pass.cpp | 35 using T = UsesAllocatorV1<VoidAlloc, 1>; 95 using T = UsesAllocatorV1<VoidAlloc2, 1>;
|
H A D | construct_pair_piecewise.pass.cpp | 36 using T = UsesAllocatorV1<VoidAlloc, 1>; 96 using T = UsesAllocatorV1<VoidAlloc2, 1>;
|
H A D | construct_pair_rvalue.pass.cpp | 35 using T = UsesAllocatorV1<VoidAlloc, 1>; 95 using T = UsesAllocatorV1<VoidAlloc2, 1>;
|
H A D | construct_pair_values.pass.cpp | 35 using T = UsesAllocatorV1<VoidAlloc, 1>; 91 using T = UsesAllocatorV1<VoidAlloc2, 1>;
|
H A D | construct_type.pass.cpp | 72 using T = UsesAllocatorV1<VoidAlloc2, 3>;
|