Searched refs:move_constructed (Results 1 – 9 of 9) sorted by relevance
34 assert(P.move_constructed == 0); in main()42 assert(P.move_constructed == 0); in main()50 assert(P.move_constructed == 0); in main()
34 assert(P.move_constructed == 1); in main()41 assert(P.move_constructed == 1); in main()
61 int move_constructed = 0; member237 P->move_constructed += 1; in CountingAllocator()247 P->move_constructed += 1; in CountingAllocator()303 P->move_constructed += 1; in CountingAllocator()313 P->move_constructed += 1; in CountingAllocator()354 P->move_constructed += 1; in MinAlignedAllocator()364 P->move_constructed += 1; in MinAlignedAllocator()457 P->move_constructed += 1; in NullAllocator()467 P->move_constructed += 1; in NullAllocator()
35 static int move_constructed; member50 copy_constructed = move_constructed = 0; in reset_constructors()100 ++alive; ++constructed; ++move_constructed; in TestBase()125 template <class D, bool E> int TestBase<D, E>::move_constructed = 0; member in ArchetypeBases::TestBase<D, E>
186 IntVec8 move_constructed(std::move(tmp)); in TEST() local188 EXPECT_EQ(original[i], move_constructed[i]); in TEST()191 EXPECT_NE(move_constructed.data(), old_data); in TEST()199 IntVec8 move_constructed(std::move(tmp)); in TEST() local201 EXPECT_EQ(original[i], move_constructed[i]); in TEST()204 EXPECT_EQ(move_constructed.data(), old_data); in TEST()
79 assert(T::move_constructed == 1); in main()89 assert(T::move_constructed == 1); in main()100 assert(T::move_constructed == 0); in main()
184 assert(T::move_constructed == 0); in main()190 assert(T::move_constructed == 1); in main()
139 assert(T::move_constructed == 0); in test_explicit()
119 assert(T::move_constructed == 1); in test_with_test_type()145 assert(T::move_constructed == 1); in test_with_test_type()