Home
last modified time | relevance | path

Searched refs:value_assigned (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/support/
Darchetypes.hpp34 static int value_assigned; member
48 assigned = value_assigned = copy_assigned = move_assigned = destroyed = 0; in reset_constructors()
81 ++assigned; ++value_assigned; in operator =()
122 template <class D, bool E> int TestBase<D, E>::value_assigned = 0; member in ArchetypeBases::TestBase<D, E>
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dconst_optional_U.pass.cpp111 assert(T::value_assigned == 1); in test_with_test_type()
Dassign_value.pass.cpp107 assert(T::value_assigned == 1); in test_with_test_type()
Doptional_U.pass.cpp115 assert(T::value_assigned == 1); in test_with_test_type()