| /llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ |
| H A D | ctor_iterators.pass.cpp | 24 test_allocator_statistics* stats; 27 explicit GetAlloc(test_allocator_statistics& stats_, const int* begin, const int* end) in GetAlloc() 37 test_allocator_statistics stats{}; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ |
| H A D | ctor_iterators.pass.cpp | 24 test_allocator_statistics* stats; 27 GetAlloc(test_allocator_statistics& stats_, const int* begin, const int* end) in GetAlloc() 37 test_allocator_statistics stats{}; in main()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | test_allocator.h | 29 struct test_allocator_statistics { struct 63 test_allocator_statistics* stats_ = nullptr; argument 84 …TEST_CONSTEXPR_CXX14 explicit test_allocator(test_allocator_statistics* stats) TEST_NOEXCEPT : sta… in test_allocator() 91 …TEST_CONSTEXPR_CXX14 explicit test_allocator(int data, test_allocator_statistics* stats) TEST_NOEX… in test_allocator() 99 …TEST_CONSTEXPR_CXX14 explicit test_allocator(int data, int id, test_allocator_statistics* stats) T… in test_allocator() 187 test_allocator_statistics* stats_ = nullptr; 207 …explicit non_default_test_allocator(int i, test_allocator_statistics* stats = nullptr) TEST_NOEXCE… 270 test_allocator_statistics* stats_ = nullptr; 289 …TEST_CONSTEXPR_CXX14 explicit test_allocator(test_allocator_statistics* stats) TEST_NOEXCEPT : sta… in test_allocator() 293 TEST_CONSTEXPR explicit test_allocator(int data, test_allocator_statistics* stats) TEST_NOEXCEPT in test_allocator() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/queue/queue.cons/ |
| H A D | ctor_iterators.pass.cpp | 28 alloc(test_allocator_statistics* a); 30 …_constructible_v<std::queue<int, std::deque<int, alloc>>, int*, int*, test_allocator_statistics*>);
|
| /llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/stack/stack.cons/ |
| H A D | ctor_iterators.pass.cpp | 27 alloc(test_allocator_statistics* a); 29 …_constructible_v<std::stack<int, std::deque<int, alloc>>, int*, int*, test_allocator_statistics*>);
|
| /llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.capacity/ |
| H A D | capacity.pass.cpp | 23 test(S s, test_allocator_statistics& alloc_stats) in test() 45 test_allocator_statistics alloc_stats; in test()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
| H A D | nullptr_t_deleter_allocator_throw.pass.cpp | 33 test_allocator_statistics alloc_stats; in main()
|
| H A D | pointer_deleter_allocator_throw.pass.cpp | 33 test_allocator_statistics alloc_stats; in main()
|
| H A D | pointer_deleter_allocator.pass.cpp | 66 test_allocator_statistics alloc_stats; in main() 92 test_allocator_statistics alloc_stats; in main()
|
| H A D | nullptr_t_deleter_allocator.pass.cpp | 33 test_allocator_statistics alloc_stats; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.cons/ |
| H A D | dtor.pass.cpp | 44 test_allocator_statistics alloc_stats; in test()
|
| H A D | move_alloc.pass.cpp | 36 test_allocator_statistics alloc_stats; in test()
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.results/re.results.const/ |
| H A D | move.pass.cpp | 40 test_allocator_statistics alloc_stats; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/ |
| H A D | dtor.pass.cpp | 27 test_allocator_statistics alloc_stats; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/ |
| H A D | dtor.pass.cpp | 27 test_allocator_statistics alloc_stats; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
| H A D | push_front_exception_safety.pass.cpp | 89 test_allocator_statistics alloc_stats; in main()
|
| H A D | push_back_exception_safety.pass.cpp | 89 test_allocator_statistics alloc_stats; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/ |
| H A D | assign_initializer_list.pass.cpp | 77 test_allocator_statistics alloc_stats; in duplicate_keys_test()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/set.cons/ |
| H A D | assign_initializer_list.pass.cpp | 58 test_allocator_statistics alloc_stats; in duplicate_keys_test()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/ |
| H A D | move_ctor.pass.cpp | 26 test_allocator_statistics alloc_stats; in main()
|
| H A D | alloc_ctor.pass.cpp | 28 test_allocator_statistics alloc_stats; in main()
|
| H A D | move_assign.pass.cpp | 26 test_allocator_statistics alloc_stats; in main()
|
| H A D | swap.pass.cpp | 28 test_allocator_statistics alloc_stats; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/container.requirements/container.requirements.general/ |
| H A D | allocator_move.pass.cpp | 30 test_allocator_statistics alloc_stats; in test()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/ |
| H A D | move.pass.cpp | 23 test_allocator_statistics alloc_stats; in tests()
|