Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h55 TEST_CONSTEXPR static const int destructed_value = -1; member
107 …assert(a.data_ != test_alloc_base::destructed_value && a.id_ != test_alloc_base::destructed_value in test_allocator()
120 …assert(a.data_ != test_alloc_base::destructed_value && a.id_ != test_alloc_base::destructed_value in test_allocator()
136 assert(data_ != test_alloc_base::destructed_value); in ~test_allocator()
137 assert(id_ != test_alloc_base::destructed_value); in ~test_allocator()
140 data_ = test_alloc_base::destructed_value; in ~test_allocator()
141 id_ = test_alloc_base::destructed_value; in ~test_allocator()
148 assert(data_ != test_alloc_base::destructed_value);
231 data_ = test_alloc_base::destructed_value; in ~non_default_test_allocator()
313 data_ = test_alloc_base::destructed_value; in ~test_allocator()
[all …]