Lines Matching full:receiver
177 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the receiver type}}
178 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the receiver type}}
179 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the receiver type}}
180 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the receiver type}}
181 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the receiver type}}
182 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the receiver type}}
202 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
204 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
205 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
206 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
208 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
210 - (Test8_incomplete*) init52 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
226 - (Test8_complete*) init05 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
228 - (Test8_complete*) init15 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
229 - (Test8_complete*) init25 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
230 - (Test8_complete*) init35 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
232 - (Test8_complete*) init45 { return 0; } // expected-error {{init methods must return a type related to the receiver type}} \
234 - (Test8_complete*) init55 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
239 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the receiver type}}
389 [v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declaration}}
392 [v1 test17]; // expected-error {{receiver type 'Test17<Test17p>' for instance message is a forward declaration}}
394 [Test17 test17]; // expected-error {{receiver 'Test17' for class message is a forward declaration}}