/external/clang/test/CodeGenCXX/ |
sel-address.mm | 6 f(@selector(dealloc)); 8 SEL s = @selector(dealloc); 11 @selector(dealloc) = s; // expected-error {{expression is not assignable}} 13 SEL* ps2 = &@selector(dealloc);
|
/external/clang/test/ARCMT/ |
dealloc.m | 10 - (void)dealloc; 14 [a dealloc]; 18 - (void) dealloc; 22 - (void) dealloc { 23 [super dealloc];
|
dealloc.m.result | 10 - (void)dealloc; 17 - (void) dealloc;
|
remove-dealloc-zerouts.m | 20 - (void) dealloc { 37 - (void) dealloc { 39 self.a.x = 0; // every dealloc must zero out its own ivar. This patter is not recognized.
|
remove-dealloc-zerouts.m.result | 20 - (void) dealloc { 32 - (void) dealloc { 34 self.a.x = 0; // every dealloc must zero out its own ivar. This patter is not recognized.
|
GC-no-arc-runtime.m.result | 19 -(void)dealloc { 20 // dealloc 33 -(void)dealloc {
|
/external/clang/test/Rewriter/ |
rewrite-modern-super.mm | 10 - (void)dealloc; 14 - (void)dealloc; 18 - (void)dealloc { 20 [super dealloc];
|
/external/clang/test/SemaObjCXX/ |
warn-missing-super.mm | 15 - (void)dealloc 18 } // expected-warning {{method possibly missing a [super dealloc] call}}
|
protocol-lookup.mm | 9 - dealloc; 42 - dealloc 46 [super dealloc];
|
/external/clang/test/Analysis/ |
PR2978.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.core -analyzer-checker=alpha.osx.cocoa.Dealloc %s -verify 4 // in dealloc. 8 - dealloc; 36 @synthesize Y = _Y; // expected-warning{{The '_Y' instance variable was retained by a synthesized property but wasn't released in 'dealloc'}} 37 @synthesize Z = _Z; // expected-warning{{The '_Z' instance variable was not retained by a synthesized property but was released in 'dealloc'}} 42 @synthesize W = _W; // expected-warning{{The '_W' instance variable was retained by a synthesized property but wasn't released in 'dealloc'}} 47 - (id)dealloc 57 [super dealloc];
|
MissingDealloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.osx.cocoa.Dealloc %s -verify 10 - (void)dealloc; 27 - (void)dealloc { 29 [super dealloc]; 70 // synthesized property but was released in 'dealloc'" 80 - (void)dealloc { 84 [super dealloc]; 90 // - Disable the missing -dealloc check for classes that subclass SenTestCase
|
/external/clang/test/SemaObjC/ |
warn-missing-super.m | 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' [all...] |
protocol-lookup.m | 10 - dealloc; 43 - dealloc 47 [super dealloc];
|
dealloc.m | 6 - dealloc; // expected-error {{return type must be correctly specified as 'void' under ARC, instead of 'id'}} 20 - (id) dealloc { // expected-error {{return type must be correctly specified as 'void' under ARC, instead of 'id'}}
|
/external/webkit/Tools/MiniBrowser/mac/ |
BrowserStatisticsWindowController.m | 25 - (void)dealloc 33 [super dealloc];
|
/external/chromium/chrome/browser/ui/cocoa/ |
objc_method_swizzle_unittest.mm | 43 EXPECT_EQ(class_getInstanceMethod([NSObject class], @selector(dealloc)), 44 GetImplementedInstanceMethod([NSObject class], @selector(dealloc))); 56 EXPECT_TRUE(class_getInstanceMethod(testClass, @selector(dealloc))); 57 EXPECT_FALSE(GetImplementedInstanceMethod(testClass, @selector(dealloc)));
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
element_applescript.mm | 31 - (void)dealloc { 35 [super dealloc];
|
bookmark_applescript_utils_unittest.mm | 41 - (void)dealloc { 44 [super dealloc];
|
bookmark_item_applescript.mm | 27 - (void)dealloc { 29 [super dealloc];
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 1 //==- CheckObjCDealloc.cpp - Check ObjC -dealloc implementation --*- C++ -*-==// 12 // correctly implements -dealloc. 31 static bool scan_dealloc(Stmt *S, Selector Dealloc) { 34 if (ME->getSelector() == Dealloc) { 46 if (*I && scan_dealloc(*I, Dealloc)) 145 // need to implement -dealloc. They implement tear down in another way, 155 // Get the "dealloc" selector. 156 IdentifierInfo* II = &Ctx.Idents.get("dealloc"); 160 // Scan the instance methods for "dealloc". 173 if (!MD) { // No dealloc found [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDoubleKeyMap.m | 91 - (void) dealloc 94 NSLog( @"called dealloc in ANTLRCommonToken" ); 97 [super dealloc];
|
/external/valgrind/main/massif/tests/ |
peak2.stderr.exp | 27 Massif: dealloc S. 4 (t:2016, hp:1600, ex:128, st:0) 31 Massif: dealloc S. 8 (t:4032, hp:3200, ex:256, st:0) 35 Massif: dealloc S. 12 (t:6048, hp:4800, ex:384, st:0) 39 Massif: dealloc S. 16 (t:8064, hp:6400, ex:512, st:0) 43 Massif: dealloc S. 20 (t:10080, hp:8000, ex:640, st:0) 47 Massif: dealloc S. 24 (t:12096, hp:9600, ex:768, st:0) 51 Massif: dealloc S. 28 (t:14112, hp:11200, ex:896, st:0) 55 Massif: dealloc S. 32 (t:16128, hp:12800, ex:1024, st:0) 59 Massif: dealloc S. 36 (t:18144, hp:14400, ex:1152, st:0) 63 Massif: dealloc S. 40 (t:20160, hp:16000, ex:1280, st:0 [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebNavigationData.mm | 43 - (void)dealloc 51 [super dealloc]; 102 - (void)dealloc 105 [super dealloc];
|
WebPolicyDelegate.mm | 66 - (void)dealloc 69 [super dealloc]; 85 -(void)dealloc 88 [super dealloc];
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
sad_tab_controller.mm | 34 - (void)dealloc { 36 [super dealloc];
|