Searched refs:UsesAllocatorV1 (Results 1 - 12 of 12) sorted by relevance

/external/libcxx/test/support/
H A Duses_alloc_types.hpp58 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 Dconstruct_pair_const_lvalue_pair.pass.cpp78 using T = UsesAllocatorV1<Alloc, 1>;
H A Dconstruct_types.pass.cpp113 using T = UsesAllocatorV1<Alloc, sizeof...(Args)>;
141 using T = UsesAllocatorV1<Alloc, sizeof...(Args)>;
H A Dconstruct_pair_rvalue.pass.cpp77 using T = UsesAllocatorV1<Alloc, 1>;
H A Dconstruct_pair_values.pass.cpp77 using T = UsesAllocatorV1<Alloc, 1>;
H A Dconstruct_piecewise_pair.pass.cpp67 using T = UsesAllocatorV1<Alloc, sizeof...(TTypes)>;
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_pair.pass.cpp35 using T = UsesAllocatorV1<VoidAlloc, 0>;
86 using T = UsesAllocatorV1<VoidAlloc2, 0>;
H A Dconstruct_pair_const_lvalue_pair.pass.cpp35 using T = UsesAllocatorV1<VoidAlloc, 1>;
95 using T = UsesAllocatorV1<VoidAlloc2, 1>;
H A Dconstruct_pair_piecewise.pass.cpp36 using T = UsesAllocatorV1<VoidAlloc, 1>;
96 using T = UsesAllocatorV1<VoidAlloc2, 1>;
H A Dconstruct_pair_rvalue.pass.cpp35 using T = UsesAllocatorV1<VoidAlloc, 1>;
95 using T = UsesAllocatorV1<VoidAlloc2, 1>;
H A Dconstruct_pair_values.pass.cpp35 using T = UsesAllocatorV1<VoidAlloc, 1>;
91 using T = UsesAllocatorV1<VoidAlloc2, 1>;
H A Dconstruct_type.pass.cpp72 using T = UsesAllocatorV1<VoidAlloc2, 3>;

Completed in 622 milliseconds