Lines Matching full:receiver
93 [a autorelease]; // expected-error {{it is not safe to remove an unused 'autorelease' message; its receiver may be destroyed immediately}} \
96 [a autorelease]; // expected-error {{it is not safe to remove an unused 'autorelease' message; its receiver may be destroyed immediately}} \
231 - (Test8_complete*) init50; // expected-error {{init methods must return a type related to the receiver type}}
232 - (Test8_complete*) init51; // expected-error {{init methods must return a type related to the receiver type}}
233 - (Test8_complete*) init52; // expected-error {{init methods must return a type related to the receiver type}}
234 - (Test8_complete*) init53; // expected-error {{init methods must return a type related to the receiver type}}
235 - (Test8_complete*) init54; // expected-error {{init methods must return a type related to the receiver type}}
236 - (Test8_complete*) init55; // expected-error {{init methods must return a type related to the receiver type}}
253 - (Test8_incomplete*) init02 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
254 - (Test8_incomplete*) init12 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
255 - (Test8_incomplete*) init22 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
256 - (Test8_incomplete*) init32 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
257 - (Test8_incomplete*) init42 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
258 - (Test8_incomplete*) init52 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
274 - (Test8_complete*) init05 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
275 - (Test8_complete*) init15 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
276 - (Test8_complete*) init25 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
277 - (Test8_complete*) init35 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
278 - (Test8_complete*) init45 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
279 - (Test8_complete*) init55 { return 0; } // expected-error {{init methods must return a type related to the receiver type}}
284 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the receiver type}}