Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Ddestroy.pass.cpp58 assert(!A3<S>::destroy_called); in main()
62 assert(!A3<S>::destroy_called); in main()
66 assert(A3<S>::destroy_called); in main()
/external/libcxx/test/support/
Dallocators.h146 static bool destroy_called; variable
164 destroy_called = true; in destroy()
173 template <class T> bool A3<T>::destroy_called = false;
Dcontrolled_allocators.hpp92 int destroy_called = 0; member
130 ++destroy_called; in countDestroy()
141 destroy_called = 0; in resetConstructDestroy()
Dcontainer_test_types.h268 int destroy_called; variable