Lines Matching defs:CopyAssign
5 template<typename T> struct CopyAssign { struct
19 template<typename T> struct MoveOrCopyAssign { argument
66 template struct CopyAssign<A1>; // expected-note {{here}} variable
86 template struct CopyAssign<B1>; // expected-note {{here}} variable
88 template struct CopyAssign<B2>; // expected-note {{here}} variable
90 template struct CopyAssign<B3>; variable
97 template struct CopyAssign<C1>; // expected-note {{here}} variable
128 template struct CopyAssign<D1>; // expected-note {{here}} variable
131 template struct CopyAssign<D3>; // expected-note {{here}} variable
134 template struct CopyAssign<D5>; // expected-note {{here}} variable
137 template struct CopyAssign<D7>; // expected-note {{here}} variable
140 template struct CopyAssign<D8>; // expected-note {{here}} variable
157 template struct CopyAssign<E1>; // expected-note {{here}} variable
159 template struct CopyAssign<E3>; // expected-note {{here}} variable
161 template struct CopyAssign<E5>; // expected-note {{here}} variable
190 template struct CopyAssign<Mutable::X>; variable
191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}} variable