• Home
  • Raw
  • Download

Lines Matching refs:related

231 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the rece…
232 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the rece…
233 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the rece…
234 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the rece…
235 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the rece…
236 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the rece…
253 …init02 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
254 …init12 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
255 …init22 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
256 …init32 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
257 …init42 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
258 …init52 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
274 …init05 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
275 …init15 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
276 …init25 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
277 …init35 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
278 …init45 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
279 …init55 { return 0; } // expected-error {{init methods must return a type related to the receiver t…
284 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec…