Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcontrolled_allocators.hpp93 void *last_destroy_pointer = nullptr; member
133 last_destroy_pointer = p; in countDestroy()
143 last_destroy_pointer = nullptr; in resetConstructDestroy()
198 return last_destroy_pointer == p && in checkDestroy()
204 return last_destroy_pointer == last_construct_pointer && in checkDestroyMatchesConstruct()
/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h92 void *last_destroy_pointer = nullptr; member
132 last_destroy_pointer = p; in countDestroy()
142 last_destroy_pointer = nullptr; in resetConstructDestroy()
197 return last_destroy_pointer == p && in checkDestroy()
203 return last_destroy_pointer == last_construct_pointer && in checkDestroyMatchesConstruct()