Home
last modified time | relevance | path

Searched refs:AllocT (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/
Dalloc_move.pass.cpp28 typedef CountingAllocator<char> AllocT; in main() typedef
29 typedef ex::resource_adaptor<AllocT> R; in main()
32 AllocT a(P); in main()
40 R const r(AllocT{P}); in main()
43 assert(r.get_allocator() == AllocT{P}); in main()
Dalloc_copy.pass.cpp28 typedef CountingAllocator<char> AllocT; in main() typedef
29 typedef ex::resource_adaptor<AllocT> R; in main()
32 AllocT const a(P); in main()
40 AllocT a(P); in main()
48 AllocT const a(P); in main()
Ddefault.pass.cpp31 typedef CountingAllocator<char> AllocT; // Not default constructible in main() typedef
32 typedef ex::resource_adaptor<AllocT> R; in main()
36 typedef std::allocator<char> AllocT; // Is default constructible in main() typedef
37 typedef ex::resource_adaptor<AllocT> R; in main()
/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/
Dalloc_move.pass.cpp27 typedef CountingAllocator<char> AllocT; in main() typedef
28 typedef ex::resource_adaptor<AllocT> R; in main()
31 AllocT a(P); in main()
39 R const r(AllocT{P}); in main()
42 assert(r.get_allocator() == AllocT{P}); in main()
Dalloc_copy.pass.cpp27 typedef CountingAllocator<char> AllocT; in main() typedef
28 typedef ex::resource_adaptor<AllocT> R; in main()
31 AllocT const a(P); in main()
39 AllocT a(P); in main()
47 AllocT const a(P); in main()
Ddefault.pass.cpp30 typedef CountingAllocator<char> AllocT; // Not default constructible in main() typedef
31 typedef ex::resource_adaptor<AllocT> R; in main()
35 typedef std::allocator<char> AllocT; // Is default constructible in main() typedef
36 typedef ex::resource_adaptor<AllocT> R; in main()
/external/libcxx/test/std/containers/container.requirements/container.requirements.general/
Dallocator_move.pass.cpp33 using AllocT = typename C::allocator_type; in test() typedef
34 C v(AllocT(42, 101)); in test()
40 const AllocT& a = v.get_allocator(); in test()
53 const AllocT& a = v.get_allocator(); in test()
58 const AllocT& a = v2.get_allocator(); in test()
/external/llvm-project/libcxx/test/std/containers/container.requirements/container.requirements.general/
Dallocator_move.pass.cpp32 using AllocT = typename C::allocator_type; in test() typedef
33 C v(AllocT(42, 101)); in test()
39 const AllocT& a = v.get_allocator(); in test()
52 const AllocT& a = v.get_allocator(); in test()
57 const AllocT& a = v2.get_allocator(); in test()
/external/libcxx/test/std/containers/sequences/vector.bool/
Dmove.pass.cpp66 using AllocT = Vect::allocator_type; in main() typedef
70 const AllocT& a = v.get_allocator(); in main()
83 const AllocT& a = v.get_allocator(); in main()
88 const AllocT& a = v2.get_allocator(); in main()
/external/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
Dmove.pass.cpp65 using AllocT = Vect::allocator_type; in main() typedef
69 const AllocT& a = v.get_allocator(); in main()
82 const AllocT& a = v.get_allocator(); in main()
87 const AllocT& a = v2.get_allocator(); in main()