/external/clang/test/Analysis/ |
D | DeallocUseAfterFreeErrors.m | 14 - (void)dealloc; method 22 // Check that 'self' is not referenced after calling '[super dealloc]'. 37 - (void)dealloc { method 38 [super dealloc]; // expected-note {{[super dealloc] called here}} 57 - (void)dealloc { method 58 [super dealloc]; // expected-note {{[super dealloc] called here}} 75 - (void)dealloc { method 76 [super dealloc]; // expected-note {{[super dealloc] called here}} 94 - (void)dealloc { method 95 [super dealloc]; // expected-note {{[super dealloc] called here}} [all …]
|
D | DeallocMissingRelease.m | 4 #include "Inputs/system-header-simulator-for-objc-dealloc.h" 19 // Do not warn about missing release in -dealloc for ivars. 37 - (void)dealloc 40 [super dealloc]; 58 - (void)dealloc 61 [super dealloc]; 79 // Warn about missing release in -dealloc for properties. 86 - (void)dealloc 89 …er dealloc]; // expected-warning {{The '_ivar' ivar in 'MyPropertyClass1' was copied by a synthesi… 99 - (void)dealloc [all …]
|
D | MissingDealloc.m | 18 - (void)dealloc; method 25 // Do not warn about missing -dealloc method. Not enough context to know 37 // Do not warn about missing -dealloc method. These properties are not 55 // Warn about missing -dealloc method. 62 // expected-warning@+2{{'MissingDeallocWithCopyProperty' lacks a 'dealloc' instance method but must… 72 // expected-warning@+2{{'MissingDeallocWithRetainProperty' lacks a 'dealloc' instance method but mu… 83 // expected-warning@+2{{'MissingDeallocWithMultipleProperties' lacks a 'dealloc' instance method bu… 95 // expected-warning@+2{{'MissingDeallocWithIVarAndRetainProperty' lacks a 'dealloc' instance method… 105 // expected-warning@+2{{'MissingDeallocWithReadOnlyRetainedProperty' lacks a 'dealloc' instance met… 147 // - Disable the missing -dealloc check for classes that subclass SenTestCase
|
D | PR2978.m | 4 // in dealloc. 8 - (void)dealloc; method 79 - (void)dealloc 83 …ivar in 'MyClass' was synthesized for an assign, readwrite property but was released in 'dealloc'}} 93 …ng {{The '_S' ivar in 'MyClass' was synthesized for a weak property but was released in 'dealloc'}} 97 …ng {{The '_Q' ivar in 'MyClass' was synthesized for a weak property but was released in 'dealloc'}} 109 [super dealloc]; 110 …var in 'MyClass' was retained by a synthesized property but not released before '[super dealloc]'}} 111 …var in 'MyClass' was retained by a synthesized property but not released before '[super dealloc]'}}
|
/external/clang/test/SemaObjC/ |
D | warn-missing-super.m | 5 - (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'
|
D | dealloc.m | 6 - 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
|
D | protocol-lookup.m | 10 - dealloc; method 43 - dealloc 47 [super dealloc];
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 48 st_heap_block2 ( dealloc_f dealloc, void *ptr ) in st_heap_block2() argument 49 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2() 63 st_heap_block3 ( dealloc_f dealloc, void *ptr, size_t size ) in st_heap_block3() argument 64 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {} in st_heap_block3() 145 void *(*alloc)(size_t), void (*dealloc)(void *)) { in __cxa_vec_new2() 151 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_new2() 173 void *(*alloc)(size_t), void (*dealloc)(void *, size_t)) { in __cxa_vec_new3() 179 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3() 331 void (*destructor)(void *), void (*dealloc)(void *)) { in __cxa_vec_delete2() 335 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() [all …]
|
/external/clang/test/ARCMT/ |
D | dealloc.m | 9 - (void)dealloc; method 13 [a dealloc]; 17 - (void) dealloc; method 21 - (void) dealloc { method 22 [super dealloc];
|
D | 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.
|
D | remove-dealloc-zerouts.m | 20 - (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.
|
D | GC-no-arc-runtime.m.result | 18 -(void)dealloc { 19 // dealloc 32 -(void)dealloc {
|
D | dealloc.m.result | 9 - (void)dealloc; 16 - (void) dealloc;
|
D | GC.m.result | 18 -(void)dealloc { 19 // dealloc 32 -(void)dealloc {
|
/external/clang/test/SemaObjCXX/ |
D | sel-address.mm | 7 f(@selector(dealloc)); 9 SEL s = @selector(dealloc); 12 @selector(dealloc) = s; // expected-error {{expression is not assignable}} 14 SEL* ps2 = &@selector(dealloc);
|
D | protocol-lookup.mm | 9 - dealloc; method 42 - dealloc 46 [super dealloc];
|
D | warn-missing-super.mm | 15 - (void)dealloc 18 } // expected-warning {{method possibly missing a [super dealloc] call}}
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-super.mm | 10 - (void)dealloc; 14 - (void)dealloc; 18 - (void)dealloc { 20 [super dealloc];
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/ |
D | sanitize-thread-no-checking.ll | 6 define i32 @"\01-[NoCalls dealloc]"(i32* %a) "sanitize_thread_no_checking_at_run_time" { 12 ; CHECK: define i32 @"\01-[NoCalls dealloc]"(i32* %a) 19 define i32 @"\01-[WithCalls dealloc]"(i32* %a) "sanitize_thread_no_checking_at_run_time" { 26 ; CHECK: define i32 @"\01-[WithCalls dealloc]"(i32* %a)
|
/external/libcxxabi/include/ |
D | cxxabi.h | 99 void *(*alloc)(size_t), void (*dealloc)(void *)); 104 void *(*alloc)(size_t), void (*dealloc)(void *, size_t)); 127 void (*destructor)(void *), void (*dealloc)(void *)); 132 void (*dealloc)(void *, size_t));
|
/external/antlr/runtime/ObjC/Framework/ |
D | Entry.m | 28 - (void) dealloc 33 [super dealloc]; 101 - (void) dealloc 106 [super dealloc];
|
D | DoubleKeyMap.m | 91 - (void) dealloc 94 NSLog( @"called dealloc in CommonToken" ); 97 [super dealloc];
|
/external/crosvm/sys_util/src/ |
D | alloc.rs | 5 use std::alloc::{alloc, alloc_zeroed, dealloc, Layout}; 119 dealloc(self.ptr, self.layout); in drop()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | hlo-legalize-to-lhlo.mlir | 20 // CHECK-NEXT: dealloc %[[MAX_RESULT]] : memref<4xf32> 42 // CHECK-NEXT: dealloc %[[MAX_RESULT]] : memref<4xf32> 43 // CHECK-NEXT: dealloc %[[ADD_RESULT]] : memref<4xf32> 44 // CHECK-NEXT: dealloc %[[MIN_RESULT]] : memref<4xf32> 45 // CHECK-NEXT: dealloc %[[SUB_RESULT]] : memref<4xf32> 47 // CHECK-NEXT: dealloc %[[MUL_RESULT]] : memref<4xf32> 66 // CHECK-NEXT: dealloc %[[ADD_RESULT]] : memref<2x2xf32>
|
/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
D | LangParser.m | 74 - (void) dealloc 77 [super dealloc]; 112 - (void) dealloc 115 [super dealloc]; 150 - (void) dealloc 153 [super dealloc]; 205 - (void) dealloc 207 /* AST genericParser.dealloc */ 210 [super dealloc];
|