Home
last modified time | relevance | path

Searched refs:test_allocator_statistics (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_iterators.pass.cpp24 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 Dctor_iterators.pass.cpp24 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 Dtest_allocator.h29 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 Dctor_iterators.pass.cpp28 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 Dctor_iterators.pass.cpp27 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 Dcapacity.pass.cpp23 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 Dnullptr_t_deleter_allocator_throw.pass.cpp33 test_allocator_statistics alloc_stats; in main()
H A Dpointer_deleter_allocator_throw.pass.cpp33 test_allocator_statistics alloc_stats; in main()
H A Dpointer_deleter_allocator.pass.cpp66 test_allocator_statistics alloc_stats; in main()
92 test_allocator_statistics alloc_stats; in main()
H A Dnullptr_t_deleter_allocator.pass.cpp33 test_allocator_statistics alloc_stats; in main()
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.cons/
H A Ddtor.pass.cpp44 test_allocator_statistics alloc_stats; in test()
H A Dmove_alloc.pass.cpp36 test_allocator_statistics alloc_stats; in test()
/llvm-project-15.0.7/libcxx/test/std/re/re.results/re.results.const/
H A Dmove.pass.cpp40 test_allocator_statistics alloc_stats; in main()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/
H A Ddtor.pass.cpp27 test_allocator_statistics alloc_stats; in main()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.shared_future/
H A Ddtor.pass.cpp27 test_allocator_statistics alloc_stats; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dpush_front_exception_safety.pass.cpp89 test_allocator_statistics alloc_stats; in main()
H A Dpush_back_exception_safety.pass.cpp89 test_allocator_statistics alloc_stats; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/
H A Dassign_initializer_list.pass.cpp77 test_allocator_statistics alloc_stats; in duplicate_keys_test()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/set.cons/
H A Dassign_initializer_list.pass.cpp58 test_allocator_statistics alloc_stats; in duplicate_keys_test()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.promise/
H A Dmove_ctor.pass.cpp26 test_allocator_statistics alloc_stats; in main()
H A Dalloc_ctor.pass.cpp28 test_allocator_statistics alloc_stats; in main()
H A Dmove_assign.pass.cpp26 test_allocator_statistics alloc_stats; in main()
H A Dswap.pass.cpp28 test_allocator_statistics alloc_stats; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/container.requirements/container.requirements.general/
H A Dallocator_move.pass.cpp30 test_allocator_statistics alloc_stats; in test()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/
H A Dmove.pass.cpp23 test_allocator_statistics alloc_stats; in tests()

12