HomeSort by relevance Sort by last modified time
    Searched refs:destroy_called (Results 1 - 3 of 3) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/allocator.adaptor.members/
destroy.pass.cpp 58 assert(!A3<S>::destroy_called);
62 assert(!A3<S>::destroy_called);
66 assert(A3<S>::destroy_called);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 131 static bool destroy_called; member in class:A3
147 destroy_called = true;
156 template <class T> bool A3<T>::destroy_called = false; member in class:A3
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 131 static bool destroy_called; member in class:A3
147 destroy_called = true;
156 template <class T> bool A3<T>::destroy_called = false; member in class:A3

Completed in 575 milliseconds