Lines Matching refs:Use

39 …[_ivar release]; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deal…
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
59 …_delegate = nil; // expected-warning {{Use of instance variable '_delegate' after 'self' has been …
60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}}
77 _s.f = 7; // expected-warning {{Use of instance variable '_s' after 'self' has been deallocated}}
78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}}
96 …_ivar->_otherIvar = 7; // expected-warning {{Use of instance variable '_ivar' after 'self' has bee…
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
109 …self->_ivar = nil; // expected-warning {{Use of instance variable '_ivar' after 'self' has been de…
110 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
128 self.ivar = nil; // expected-warning {{Use of 'self' after it has been deallocated}}
129 // expected-note@-1 {{Use of 'self' after it has been deallocated}}
147 self.delegate = nil; // expected-warning {{Use of 'self' after it has been deallocated}}
148 // expected-note@-1 {{Use of 'self' after it has been deallocated}}
161 [self _invalidate]; // expected-warning {{Use of 'self' after it has been deallocated}}
162 // expected-note@-1 {{Use of 'self' after it has been deallocated}}
176 _invalidate(self); // expected-warning {{Use of 'self' after it has been deallocated}}
177 // expected-note@-1 {{Use of 'self' after it has been deallocated}}
190 …[SuperDeallocThenCallObjectiveClassMethodClass invalidate:self]; // expected-warning {{Use of 'sel…
191 // expected-note@-1 {{Use of 'self' after it has been deallocated}}
211 [self _invalidate]; // expected-warning {{Use of 'self' after it has been deallocated}}
212 // expected-note@-1 {{Use of 'self' after it has been deallocated}}
369 [self anotherMethod]; // expected-warning {{Use of 'self' after it has been deallocated}}
370 // expected-note@-1 {{Use of 'self' after it has been deallocated}}