Lines Matching refs:Test8
194 @interface Test8 : Test8_super interface
224 - (Test8*) init40; // id exception to covariance
225 - (Test8*) init41; // expected-note {{declaration in interface}}
226 - (Test8*) init42;
227 - (Test8*) init43; // this should be a warning, but that's a general language thing, not an ARC thi…
228 - (Test8*) init44;
229 - (Test8*) init45;
238 @implementation Test8 implementation
267 - (Test8*) init04 { return 0; }
268 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar…
269 - (Test8*) init24 { return 0; }
270 - (Test8*) init34 { return 0; }
271 - (Test8*) init44 { return 0; }
272 - (Test8*) init54 { return 0; }