Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:dealloc

5 - (void)dealloc;
9 - (void)dealloc {
18 - (void)dealloc;
23 - (void)dealloc {
30 - (void)dealloc;
35 - (void)dealloc {
36 [super dealloc]; // Shouldn't warn
44 // CHECK: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
48 // CHECK-GC: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
57 // CHECK-ARC: warn-missing-super.m:36:4: error: ARC forbids explicit message send of 'dealloc'