Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/clang/test/SemaObjC/
Dwarn-missing-super.m5 - (void)dealloc; method
9 - (void)dealloc { method
18 - (void)dealloc; method
23 - (void)dealloc { method
30 - (void)dealloc; method
35 - (void)dealloc { method
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:10: error: ARC forbids explicit message send of 'dealloc'
Ddealloc.m6 - dealloc; // expected-error {{return type must be correctly specified as 'void' under ARC, instead… method
20 - (id) dealloc { // expected-error {{return type must be correctly specified as 'void' under ARC, … method
28 - (void)dealloc; method
35 - (void)dealloc; method in CAT
39 - (void)dealloc { // expected-warning {{-dealloc is being overridden in a category}} method in CAT
Dprotocol-lookup.m10 - dealloc; method
43 - dealloc
47 [super dealloc];
/external/valgrind/massif/tests/
Dpeak2.stderr.exp27 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/libcxxabi/src/
Dcxa_vector.cpp46 st_heap_block2 ( dealloc_f dealloc, void *ptr ) in st_heap_block2() argument
47 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2()
61 st_heap_block3 ( dealloc_f dealloc, void *ptr, size_t size ) in st_heap_block3() argument
62 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {} in st_heap_block3()
142 void* (*alloc)(size_t), void (*dealloc)(void*) ) { in __cxa_vec_new2()
149 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_new2()
171 void* (*alloc)(size_t), void (*dealloc)(void*, size_t) ) { in __cxa_vec_new3()
178 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3()
329 void (*destructor)(void*), void (*dealloc)(void*) ) { in __cxa_vec_delete2()
334 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2()
[all …]
/external/clang/test/ARCMT/
Ddealloc.m9 - (void)dealloc; method
13 [a dealloc];
17 - (void) dealloc; method
21 - (void) dealloc { method
22 [super dealloc];
Dremove-dealloc-zerouts.m.result20 - (void) dealloc {
32 - (void) dealloc {
34 self.a.x = 0; // every dealloc must zero out its own ivar. This patter is not recognized.
Dremove-dealloc-zerouts.m20 - (void) dealloc { method
37 - (void) dealloc { method
39 self.a.x = 0; // every dealloc must zero out its own ivar. This patter is not recognized.
DGC-no-arc-runtime.m.result18 -(void)dealloc {
19 // dealloc
32 -(void)dealloc {
/external/clang/test/Analysis/
DPR2978.m4 // in dealloc.
8 - dealloc; method
36 …he '_Y' instance variable was retained by a synthesized property but wasn't released in 'dealloc'}}
37 …e '_Z' instance variable was not retained by a synthesized property but was released in 'dealloc'}}
42 …he '_W' instance variable was retained by a synthesized property but wasn't released in 'dealloc'}}
47 - (id)dealloc
57 [super dealloc];
DMissingDealloc.m10 - (void)dealloc; method
27 - (void)dealloc { method
29 [super dealloc];
70 // synthesized property but was released in 'dealloc'"
80 - (void)dealloc { method
84 [super dealloc];
90 // - Disable the missing -dealloc check for classes that subclass SenTestCase
/external/clang/test/CodeGenCXX/
Dsel-address.mm6 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/Rewriter/
Drewrite-modern-super.mm10 - (void)dealloc;
14 - (void)dealloc;
18 - (void)dealloc {
20 [super dealloc];
/external/valgrind/coregrind/
Dm_wordfm.c86 void (*dealloc)(void*); member
551 void (*dealloc)(void*), in initFM()
558 fm->dealloc = dealloc; in initFM()
573 void (*dealloc)(void*), in VG_()
577 initFM(fm, alloc_nofail, cc, dealloc, kCmp); in VG_()
584 void(*dealloc)(void*) ) in avl_free()
589 avl_free(nd->child[0], kFin, vFin, dealloc); in avl_free()
591 avl_free(nd->child[1], kFin, vFin, dealloc); in avl_free()
597 dealloc(nd); in avl_free()
604 void(*dealloc)(void*) = fm->dealloc; in VG_() local
[all …]
Dm_sparsewa.c84 void (*dealloc)(void*); member
236 void(*dealloc)(void*) ) in VG_()
241 vg_assert(dealloc); in VG_()
246 swa->dealloc = dealloc; in VG_()
252 static void swa_deleteSWA_wrk ( void(*dealloc)(void*), void* nd ) in swa_deleteSWA_wrk()
260 swa_deleteSWA_wrk( dealloc, levelN->child[i] ); in swa_deleteSWA_wrk()
266 dealloc(nd); in swa_deleteSWA_wrk()
271 swa_deleteSWA_wrk( swa->dealloc, swa->root ); in VG_()
272 swa->dealloc(swa); in VG_()
412 swa->dealloc( level0 ); in VG_()
[all …]
/external/libcxxabi/include/
Dcxxabi.h97 void (*dealloc)(void*));
105 void (*dealloc)(void*, size_t));
132 void (*dealloc)(void*));
138 void (*dealloc)(void*, size_t));
/external/libcxx/include/
Dcxxabi.h97 void (*dealloc)(void*));
105 void (*dealloc)(void*, size_t));
132 void (*dealloc)(void*));
138 void (*dealloc)(void*, size_t));
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm9 - dealloc; method
42 - dealloc
46 [super dealloc];
Dwarn-missing-super.mm15 - (void)dealloc
18 } // expected-warning {{method possibly missing a [super dealloc] call}}
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRLinkBase.m67 -(void)dealloc
70 NSLog( @"called dealloc in ANTLRLinkBase" );
72 if (fNext) [fNext dealloc];
73 if (fPrev) [fPrev dealloc];
74 [super dealloc];
DANTLRDoubleKeyMap.m91 - (void) dealloc
94 NSLog( @"called dealloc in ANTLRCommonToken" );
97 [super dealloc];
/external/skia/experimental/iOSSampleApp/iPhone/
DAppDelegate_iPhone.mm15 - (void)dealloc { method
18 [super dealloc];
/external/skia/experimental/iOSSampleApp/iPad/
DAppDelegate_iPad.mm16 - (void)dealloc { method
19 [super dealloc];
/external/lldb/test/lang/objc/real-definition/
DFoo.m14 - (void)dealloc
17 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangParser.m74 - (void) dealloc
77 [super dealloc];
114 - (void) dealloc
117 [super dealloc];
154 - (void) dealloc
157 [super dealloc];
220 - (void) dealloc
222 /* AST genericParser.dealloc */
225 [super dealloc];

12345678910>>...12