Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dallocators.h140 static bool destroy_called; variable
156 destroy_called = true; in destroy()
165 template <class T> bool A3<T>::destroy_called = false;