Home
last modified time | relevance | path

Searched refs:AllocController (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcontrolled_allocators.h26 struct AllocController;
58 struct AllocController { struct
96 AllocController() = default; argument
220 DISALLOW_COPY(AllocController); argument
280 AllocController& getController() const { return *P; } in getController()
284 AllocController *P;
323 AllocController& getController() const { return *P; } in getController()
327 AllocController *P;
406 AllocController& getController() const { return *P; } in getController()
431 mutable AllocController *P;
[all …]
H A Dtest_memory_resource.h64 AllocController& getController() { return C; }
99 mutable AllocController C;
/llvm-project-15.0.7/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp37 AllocController POuter; in test_bullet_one()
38 AllocController PInner; in test_bullet_one()
70 AllocController POuter; in test_bullet_two()
71 AllocController PInner; in test_bullet_two()
103 AllocController POuter; in test_bullet_three()
104 AllocController PInner; in test_bullet_three()
H A Dconstruct_pair.pass.cpp34 AllocController P; in test_no_inner_alloc()
85 AllocController POuter; in test_with_inner_alloc()
86 AllocController PInner; in test_with_inner_alloc()
H A Dconstruct_pair_rvalue.pass.cpp34 AllocController P; in test_no_inner_alloc()
93 AllocController POuter; in test_with_inner_alloc()
94 AllocController PInner; in test_with_inner_alloc()
H A Dconstruct_pair_values.pass.cpp34 AllocController P; in test_no_inner_alloc()
89 AllocController POuter; in test_with_inner_alloc()
90 AllocController PInner; in test_with_inner_alloc()
H A Dconstruct_pair_piecewise.pass.cpp35 AllocController P; in test_no_inner_alloc()
94 AllocController POuter; in test_with_inner_alloc()
95 AllocController PInner; in test_with_inner_alloc()
H A Dconstruct_pair_const_lvalue_pair.pass.cpp34 AllocController P; in test_no_inner_alloc()
93 AllocController POuter; in test_with_inner_alloc()
94 AllocController PInner; in test_with_inner_alloc()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
H A Ddo_is_equal.pass.cpp46 AllocController C; in main()
60 AllocController C; in main()
65 AllocController C2; in main()
75 AllocController C; in main()
H A Ddo_allocate_and_deallocate.pass.cpp44 AllocController P; in check_allocate_deallocate()
71 AllocController P; in check_alloc_max_size()
98 AllocController P; in check_alloc_max_size()
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/
H A Dalloc_copy.pass.cpp34 AllocController P; in main()
42 AllocController P; in main()
50 AllocController P; in main()
H A Dalloc_move.pass.cpp34 AllocController P; in main()
42 AllocController P; in main()
/llvm-project-15.0.7/libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
H A Dassert.deallocate.pass.cpp32 AllocController P; in main()