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