Lines Matching full:here
53 template struct CopyAssign<A1>; // expected-note {{here}}
56 A2 &operator=(A2 &&) = default; // expected-note {{here}}
61 template struct MoveAssign<A2>; // expected-note {{here}}
73 template struct CopyAssign<B1>; // expected-note {{here}}
74 template struct MoveAssign<B1>; // expected-note {{here}}
75 template struct CopyAssign<B2>; // expected-note {{here}}
76 template struct MoveAssign<B2>; // expected-note {{here}}
84 template struct CopyAssign<C1>; // expected-note {{here}}
85 template struct MoveAssign<C1>; // expected-note {{here}}
92 D2 &operator=(D2 &&) = default; // expected-note {{here}}
99 D4 &operator=(D4 &&) = default; // expected-note {{here}}
106 D6 &operator=(D6 &&) = default; // expected-note {{here}}
109 template struct CopyAssign<D1>; // expected-note {{here}}
110 template struct MoveAssign<D2>; // expected-note {{here}}
111 template struct CopyAssign<D3>; // expected-note {{here}}
112 template struct MoveAssign<D4>; // expected-note {{here}}
113 template struct CopyAssign<D5>; // expected-note {{here}}
114 template struct MoveAssign<D6>; // expected-note {{here}}
119 E2 &operator=(E2 &&) = default; // expected-note {{here}}
123 E4 &operator=(E4 &&) = default; // expected-note {{here}}
127 E6 &operator=(E6 &&) = default; // expected-note {{here}}
129 template struct CopyAssign<E1>; // expected-note {{here}}
130 template struct MoveAssign<E2>; // expected-note {{here}}
131 template struct CopyAssign<E3>; // expected-note {{here}}
132 template struct MoveAssign<E4>; // expected-note {{here}}
133 template struct CopyAssign<E5>; // expected-note {{here}}
134 template struct MoveAssign<E6>; // expected-note {{here}}
139 S &operator=(const volatile S&) = delete; // expected-note{{deleted here}}