Lines Matching full:s6
144 struct S6 {
145 S6();
146 S6(const S6 &) = delete; // expected-note 11 {{'S6' has been explicitly marked deleted here}}
154 __block S6 b0;
155 __block S6 b1; // expected-error {{call to deleted constructor of 'S6'}}
156 __block S6 b2; // expected-error {{call to deleted constructor of 'S6'}}
157 __block S6 b3; // expected-error {{call to deleted constructor of 'S6'}}
158 __block S6 b4; // expected-error {{call to deleted constructor of 'S6'}}
159 __block S6 b5; // expected-error {{call to deleted constructor of 'S6'}}
160 __block S6 b6; // expected-error {{call to deleted constructor of 'S6'}}
161 __block S6 b7; // expected-error {{call to deleted constructor of 'S6'}}
162 __block S6 b8; // expected-error {{call to deleted constructor of 'S6'}}
163 __block S6 b9;
164 __block S6 b10; // expected-error {{call to deleted constructor of 'S6'}}
165 __block S6 b11; // expected-error {{call to deleted constructor of 'S6'}}
166 __block S6 b12;
167 __block S6 b13;
168 __block S6 b14; // expected-error {{call to deleted constructor of 'S6'}}