Searched defs:MoveAssign (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp11 template<typename T> struct MoveAssign { struct
74 template struct MoveAssign<A2>; // expected-note {{here}}
87 template struct MoveAssign<B1>; // expected-note {{here}}
89 template struct MoveAssign<B2>; // expected-note {{here}}
91 template struct MoveAssign<B3>;
98 template struct MoveAssign<C1>; // expected-note {{here}}
129 template struct MoveAssign<D2>; // expected-note {{here}}
132 template struct MoveAssign<D4>; // expected-note {{here}}
135 template struct MoveAssign<D6>; // expected-note {{here}}
138 template struct MoveAssign<D
[all...]

Completed in 311 milliseconds