• Home
  • Raw
  • Download

Lines Matching full:here

66 template struct CopyAssign<A1>; // expected-note {{here}}
69 A2 &operator=(A2 &&) = default; // expected-note {{here}}
74 template struct MoveAssign<A2>; // expected-note {{here}}
86 template struct CopyAssign<B1>; // expected-note {{here}}
87 template struct MoveAssign<B1>; // expected-note {{here}}
88 template struct CopyAssign<B2>; // expected-note {{here}}
89 template struct MoveAssign<B2>; // expected-note {{here}}
97 template struct CopyAssign<C1>; // expected-note {{here}}
98 template struct MoveAssign<C1>; // expected-note {{here}}
105 …D2 &operator=(D2 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator…
112 …D4 &operator=(D4 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator…
119 …D6 &operator=(D6 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator…
128 template struct CopyAssign<D1>; // expected-note {{here}}
129 template struct MoveAssign<D2>; // expected-note {{here}}
130 template struct MoveOrCopyAssign<D2>; // expected-note {{here}}
131 template struct CopyAssign<D3>; // expected-note {{here}}
132 template struct MoveAssign<D4>; // expected-note {{here}}
133 template struct MoveOrCopyAssign<D4>; // expected-note {{here}}
134 template struct CopyAssign<D5>; // expected-note {{here}}
135 template struct MoveAssign<D6>; // expected-note {{here}}
136 template struct MoveOrCopyAssign<D6>; // expected-note {{here}}
137 template struct CopyAssign<D7>; // expected-note {{here}}
138 template struct MoveAssign<D7>; // expected-note {{here}}
139 template struct MoveOrCopyAssign<D7>; // expected-note {{here}}
140 template struct CopyAssign<D8>; // expected-note {{here}}
141 template struct MoveAssign<D8>; // expected-note {{here}}
142 template struct MoveOrCopyAssign<D8>; // expected-note {{here}}
147 E2 &operator=(E2 &&) = default; // expected-note {{here}}
151 E4 &operator=(E4 &&) = default; // expected-note {{here}}
155 E6 &operator=(E6 &&) = default; // expected-note {{here}}
157 template struct CopyAssign<E1>; // expected-note {{here}}
158 template struct MoveAssign<E2>; // expected-note {{here}}
159 template struct CopyAssign<E3>; // expected-note {{here}}
160 template struct MoveAssign<E4>; // expected-note {{here}}
161 template struct CopyAssign<E5>; // expected-note {{here}}
162 template struct MoveAssign<E6>; // expected-note {{here}}
167 S &operator=(const volatile S&) volatile = delete; // expected-note{{deleted here}}
191 template struct CopyAssign<Mutable::Y>; // expected-note {{here}}