Lines Matching refs:deallocated
39 …elease]; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
59 …nil; // expected-warning {{Use of instance variable '_delegate' after 'self' has been deallocated}}
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 …var = 7; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
109 …r = nil; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
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 …ssMethodClass invalidate:self]; // expected-warning {{use of 'self' after it has been deallocated}}
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}}