Searched refs:moved_from (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/any/assign/
H A D2.cc30 bool moved_from = false; member in struct:X
33 X(X&& x) : moved(true) { x.moved_from = true; }
41 VERIFY(x.moved_from == false);
44 VERIFY(x.moved_from == true);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/any/cons/
H A D2.cc30 bool moved_from = false; member in struct:X
33 X(X&& x) : moved(true) { x.moved_from = true; }
40 VERIFY(x.moved_from == false);
42 VERIFY(x.moved_from == true);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/assignment/
H A D1.cc40 moved_from, enumerator in enum:value_type::state_type
74 other.state = moved_from;
82 other.state = moved_from;
151 VERIFY( p && p->state == S::moved_from );
191 VERIFY( p && p->state == S::moved_from );
H A D2.cc40 moved_from, enumerator in enum:value_type::state_type
74 other.state = moved_from;
82 other.state = moved_from;
151 VERIFY( p && p->state == S::moved_from);
189 VERIFY( p && p->state == S::moved_from);
H A D3.cc40 moved_from, enumerator in enum:value_type::state_type
74 other.state = moved_from;
82 other.state = moved_from;
H A D4.cc40 moved_from, enumerator in enum:value_type::state_type
74 other.state = moved_from;
82 other.state = moved_from;

Completed in 91 milliseconds