Searched defs:MoveAssign (Results 1 – 5 of 5) sorted by relevance
11 template<typename T> struct MoveAssign { struct29 struct NonTrivialMoveAssign { argument74 template struct MoveAssign<A2>; // expected-note {{here}} variable87 template struct MoveAssign<B1>; // expected-note {{here}} variable89 template struct MoveAssign<B2>; // expected-note {{here}} variable91 template struct MoveAssign<B3>; variable98 template struct MoveAssign<C1>; // expected-note {{here}} variable129 template struct MoveAssign<D2>; // expected-note {{here}} variable132 template struct MoveAssign<D4>; // expected-note {{here}} variable135 template struct MoveAssign<D6>; // expected-note {{here}} variable[all …]
64 struct MoveAssign { struct65 constexpr MoveAssign(int v, int* move_ctor, int* move_assi) in MoveAssign() argument67 …constexpr MoveAssign(MoveAssign&& o) : value(o.value), move_construct(o.move_construct), move_assi… in MoveAssign() function71 constexpr MoveAssign& operator=(MoveAssign&& o) { in operator =() argument84 struct NTMoveAssign { argument
202 TEST_F(RegexTest, MoveAssign) { in TEST_F() argument
118 TEST(LlvmLibcStringTest, MoveAssign) { in TEST() argument
160 TYPED_TEST(MappedIteratorTestBasic, MoveAssign) { in TYPED_TEST() argument