Searched refs:destroy_called (Results 1 – 5 of 5) sorted by relevance
27 static bool destroy_called = false; variable53 destroy_called = false; in construct()60 destroy_called = true; in destroy()131 assert(destroy_called); in main()138 assert(destroy_called); in main()152 assert(destroy_called); in main()160 assert(destroy_called); in main()
58 assert(!A3<S>::destroy_called); in main()62 assert(!A3<S>::destroy_called); in main()66 assert(A3<S>::destroy_called); in main()
146 static bool destroy_called; variable164 destroy_called = true; in destroy()173 template <class T> bool A3<T>::destroy_called = false;
91 int destroy_called = 0; member129 ++destroy_called; in countDestroy()140 destroy_called = 0; in resetConstructDestroy()
282 int destroy_called; variable