Lines Matching full:methods
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 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type rela…
254 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type rela…
255 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type rela…
256 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type rela…
257 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type rela…
258 - (Test8_incomplete*) init52 { return 0; } // expected-error {{init methods must return a type rela…
274 - (Test8_complete*) init05 { return 0; } // expected-error {{init methods must return a type relate…
275 - (Test8_complete*) init15 { return 0; } // expected-error {{init methods must return a type relate…
276 - (Test8_complete*) init25 { return 0; } // expected-error {{init methods must return a type relate…
277 - (Test8_complete*) init35 { return 0; } // expected-error {{init methods must return a type relate…
278 - (Test8_complete*) init45 { return 0; } // expected-error {{init methods must return a type relate…
279 - (Test8_complete*) init55 { return 0; } // expected-error {{init methods must return a type relate…
284 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec…