Searched refs:move_constructed (Results 1 – 8 of 8) sorted by relevance
38 assert(P.move_constructed == 0); in main()46 assert(P.move_constructed == 0); in main()54 assert(P.move_constructed == 0); in main()
38 assert(P.move_constructed == 1); in main()45 assert(P.move_constructed == 1); in main()
60 int move_constructed = 0; member241 P->move_constructed += 1; in CountingAllocator()251 P->move_constructed += 1; in CountingAllocator()307 P->move_constructed += 1; in CountingAllocator()317 P->move_constructed += 1; in CountingAllocator()358 P->move_constructed += 1; in MinAlignedAllocator()368 P->move_constructed += 1; in MinAlignedAllocator()461 P->move_constructed += 1; in NullAllocator()471 P->move_constructed += 1; in NullAllocator()
44 static int move_constructed; member59 copy_constructed = move_constructed = 0; in reset_constructors()109 ++alive; ++constructed; ++move_constructed; in TestBase()134 template <class D, bool E> int TestBase<D, E>::move_constructed = 0;
73 assert(T::move_constructed == 1); in main()83 assert(T::move_constructed == 1); in main()94 assert(T::move_constructed == 0); in main()
178 assert(T::move_constructed == 0); in main()184 assert(T::move_constructed == 1); in main()
133 assert(T::move_constructed == 0); in test_explicit()
118 assert(T::move_constructed == 1); in test_with_test_type()144 assert(T::move_constructed == 1); in test_with_test_type()