• Home
  • Raw
  • Download

Lines Matching refs:note

38   [super dealloc]; // expected-note {{[super dealloc] called here}}
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
58 [super dealloc]; // expected-note {{[super dealloc] called here}}
60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}}
76 [super dealloc]; // expected-note {{[super dealloc] called here}}
78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}}
95 [super dealloc]; // expected-note {{[super dealloc] called here}}
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
108 [super dealloc]; // expected-note {{[super dealloc] called here}}
110 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
127 [super dealloc]; // expected-note {{[super dealloc] called here}}
129 // expected-note@-1 {{use of 'self' after it has been deallocated}}
146 [super dealloc]; // expected-note {{[super dealloc] called here}}
148 // expected-note@-1 {{use of 'self' after it has been deallocated}}
160 [super dealloc]; // expected-note {{[super dealloc] called here}}
162 // expected-note@-1 {{use of 'self' after it has been deallocated}}
175 [super dealloc]; // expected-note {{[super dealloc] called here}}
177 // expected-note@-1 {{use of 'self' after it has been deallocated}}
189 [super dealloc]; // expected-note {{[super dealloc] called here}}
191 // expected-note@-1 {{use of 'self' after it has been deallocated}}
205 if (_ivar) { // expected-note {{Taking false branch}}
210 [super dealloc]; // expected-note {{[super dealloc] called here}}
212 // expected-note@-1 {{use of 'self' after it has been deallocated}}
226 if (_ivar) { // expected-note {{Taking true branch}}
228 [super dealloc]; // expected-note {{[super dealloc] called here}}
232 // expected-note@-1{{[super dealloc] should not be called multiple times}}
248 [super dealloc]; // expected-note {{[super dealloc] called here}}
251 [self _cleanup]; // expected-note {{Calling '_cleanup'}}
252 //expected-note@-1 {{Returning from '_cleanup'}}
254 // expected-note@-1 {{[super dealloc] should not be called multiple times}}
348 [super dealloc]; // expected-note {{[super dealloc] called here}}
350 // expected-note@-1 {{[super dealloc] should not be called multiple times}}
368 [super dealloc]; // expected-note {{[super dealloc] called here}}
370 // expected-note@-1 {{use of 'self' after it has been deallocated}}