Home
last modified time | relevance | path

Searched refs:move_constructed (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/
Dalloc_copy.pass.cpp34 assert(P.move_constructed == 0); in main()
42 assert(P.move_constructed == 0); in main()
50 assert(P.move_constructed == 0); in main()
Dalloc_move.pass.cpp34 assert(P.move_constructed == 1); in main()
41 assert(P.move_constructed == 1); in main()
/external/libcxx/test/support/
Dcontrolled_allocators.hpp61 int move_constructed = 0; member
237 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()
Darchetypes.hpp32 static int move_constructed; member
47 copy_constructed = move_constructed = 0; in reset_constructors()
95 ++alive; ++constructed; ++move_constructed; in TestBase()
120 template <class D, bool E> int TestBase<D, E>::move_constructed = 0; member in ArchetypeBases::TestBase<D, E>
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_tuple.pass.cpp32 static int move_constructed; member
37 constructed = copy_constructed = move_constructed = 0; in reset()
43 …CountingType(CountingType&& o) : value(o.value) { ++constructed; ++move_constructed; o.value = -1;} in CountingType()
62 int CountingType::move_constructed; member in CountingType
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Drvalue_T.pass.cpp71 assert(T::move_constructed == 1); in main()
81 assert(T::move_constructed == 1); in main()
92 assert(T::move_constructed == 0); in main()
Dmove.pass.cpp161 assert(T::move_constructed == 0); in main()
167 assert(T::move_constructed == 1); in main()
DU.pass.cpp117 assert(T::move_constructed == 0); in test_explicit()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dassign_value.pass.cpp119 assert(T::move_constructed == 1); in test_with_test_type()
145 assert(T::move_constructed == 1); in test_with_test_type()