Lines Matching full:methods
203 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the rece…
204 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the rece…
205 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the rece…
206 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the rece…
207 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the rece…
208 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the rece…
228 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type rela…
230 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type rela…
231 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type rela…
232 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type rela…
234 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type rela…
236 - (Test8_incomplete*) init52 { return 0; } // expected-error {{init methods must return a type rela…
252 - (Test8_complete*) init05 { return 0; } // expected-error {{init methods must return a type relate…
254 - (Test8_complete*) init15 { return 0; } // expected-error {{init methods must return a type relate…
255 - (Test8_complete*) init25 { return 0; } // expected-error {{init methods must return a type relate…
256 - (Test8_complete*) init35 { return 0; } // expected-error {{init methods must return a type relate…
258 - (Test8_complete*) init45 { return 0; } // expected-error {{init methods must return a type relate…
260 - (Test8_complete*) init55 { return 0; } // expected-error {{init methods must return a type relate…
265 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec…
398 …[v test16_1: 0]; // expected-error {{multiple methods named 'test16_1:' found with mismatched resu…
399 [v test16_2: 0]; // expected-error {{multiple methods named}}
400 [v test16_3: 0]; // expected-error {{multiple methods named}}
401 [v test16_4: 0]; // expected-error {{multiple methods named}}
402 [v test16_5: 0]; // expected-error {{multiple methods named}}