Lines Matching refs:Test8
169 @interface Test8 : Test8_super interface
201 - (Test8*) init40; // id exception to covariance
202 - (Test8*) init41; // expected-note {{declaration in interface}} \
204 - (Test8*) init42; // expected-note{{overridden method}}
205 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
206 - (Test8*) init44;
207 - (Test8*) init45; // expected-note{{overridden method}}
216 @implementation Test8 implementation
225 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
229 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
231 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
235 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
239 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
241 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
251 - (Test8*) init04 { return 0; }
252 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar…
253 - (Test8*) init24 { return 0; }
254 - (Test8*) init34 { return 0; }
255 - (Test8*) init44 { return 0; }
256 - (Test8*) init54 { return 0; }
259 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
263 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
265 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …