• Home
  • Raw
  • Download

Lines Matching refs:super

30   self = [super init];
41 [super dealloc];
56 self = [super init];
62 [super dealloc];
90 …[super dealloc]; // expected-warning {{The '_ivar' ivar in 'MyPropertyClass1' was copied by a synt…
103 …[super dealloc]; // expected-warning {{The '_ivar' ivar in 'MyPropertyClass2' was retained by a sy…
119 …[super dealloc]; // expected-warning {{The '_ivar' ivar in 'MyPropertyClass3' was retained by a sy…
142super dealloc]; // expected-warning {{The '_blockPropertyIvar' ivar in 'MyPropertyClass4' was copi…
158 [super dealloc]; // no-warning because it is a weak property
175 …ReturnInDealloc' was retained by a synthesized property but not released before '[super dealloc]'}}
176 [super dealloc];
203super dealloc]; // expected-warning {{The '_ivar' ivar in 'MyPropertyClassWithReleaseInOtherInstan…
220 // expected-warning@-2 {{method possibly missing a [super dealloc] call}} (From Sema)
221 …NorSuperDealloc' was retained by a synthesized property but not released before '[super dealloc]'}}
241 [super dealloc];
263super dealloc]; // expected-warning {{The '_ivar2' ivar in 'ClassWithControlFlowInRelease' was ret…
282 [super dealloc]; // no-warning
299 …[super dealloc]; // expected-warning {{The '_ivar' ivar in 'ClassWithNildOutIvar' was retained by …
320 …[super dealloc]; // expected-warning {{The '_ivar' ivar in 'ClassWithUpdatedIvar' was retained by …
337 [super dealloc]; // no-warning
380super dealloc]; // expected-warning {{The '_ivarNeverReleased' ivar in 'ClassWithDeallocHelpers' w…
400 [super dealloc];
419 [super dealloc];
436super dealloc]; // expected-warning {{The '_ivar' ivar in 'ClassWhereSelfEscapesViaSynthesizedPro…
480super dealloc]; // expected-warning {{The '_ivar1' ivar in 'ClassWhereSelfEscapesViaCallToSystem'…
499 [super dealloc];
517 [super dealloc];
532 [super dealloc];
545super dealloc]; // expected-warning {{The '_propInSuper' ivar in 'SuperClassOfClassWithInlinedSupe…
557super dealloc]; // expected-warning {{The '_propInSub' ivar in 'ClassWithInlinedSuperDealloc' was …
581 [super dealloc]; // no-warning
596 [super invalidate];
601 [super dealloc]; // no-warning
616super dealloc]; // expected-warning {{The '_propInSuper' ivar in 'SuperClassOfClassThatEscapesBefo…
634 [super dealloc]; // no-warning
663 [super dealloc];
682 [super dealloc];
698 [super dealloc];
722 [super dealloc]; // no-warning
743 [super dealloc]; // no-warning
776 [super dealloc];
817 [super dealloc];
818 …iateSubCIFilter' was retained by a synthesized property but not released before '[super dealloc]'}}
836 [super dealloc];
854 [super dealloc]; // no-warning
889 [super dealloc];
891 …IvarButNoSetter' was retained by a synthesized property but not released before '[super dealloc]'}}
920 [super dealloc];
921 …dowingReadWrite' was retained by a synthesized property but not released before '[super dealloc]'}}