Lines Matching refs:Test8
167 @interface Test8 : Test8_super interface
199 - (Test8*) init40; // id exception to covariance
200 - (Test8*) init41; // expected-note {{declaration in interface}} \
202 - (Test8*) init42; // expected-note{{overridden method}}
203 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
204 - (Test8*) init44;
205 - (Test8*) init45; // expected-note{{overridden method}}
214 @implementation Test8 implementation
223 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
227 …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 …
233 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
237 …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 …
249 - (Test8*) init04 { return 0; }
250 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar…
251 - (Test8*) init24 { return 0; }
252 - (Test8*) init34 { return 0; }
253 - (Test8*) init44 { return 0; }
254 - (Test8*) init54 { return 0; }
257 …cted-warning{{method is expected to return an instance of its class type 'Test8', but is declared …
261 …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 …