/external/clang/test/Analysis/ |
D | MissingDealloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.Dealloc -fblocks -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.Dealloc -fblocks -verify -triple x86_64-app…
|
D | PR2978.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,osx.cocoa.Dealloc %s -verify
|
D | DeallocMissingRelease.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.Dealloc -fblocks -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.Dealloc -fblocks -triple x86_64-apple-darwi… 784 // The Dealloc checker needs to take particular care to not warn about missing
|
D | properties.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.Dealloc,debug.Ex… 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.Dealloc,debug.Ex…
|
/external/flatbuffers/docs/source/ |
D | Benchmarks.md | 26 | Decode + Traverse + Dealloc (1 million times, seconds) | 0.08 | 302 … 27 | Decode / Traverse / Dealloc (breakdown) | 0 / 0.08 / 0 | 220 / 0.15 / 81 …
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 44 Dealloc, enumerator
|
D | Checkers.td | 510 def ObjCDeallocChecker : Checker<"Dealloc">,
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 358 static void Dealloc(PyBaseDescriptor* self) { in Dealloc() function 374 (destructor)Dealloc, // tp_dealloc 1227 static void Dealloc(PyFileDescriptor* self) { in Dealloc() function 1229 descriptor::Dealloc(&self->base); in Dealloc() 1349 (destructor)file_descriptor::Dealloc, // tp_dealloc
|
D | descriptor_pool.cc | 153 static void Dealloc(PyDescriptorPool* self) { in Dealloc() function 507 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
|
D | repeated_composite_container.cc | 530 static void Dealloc(RepeatedCompositeContainer* self) { in Dealloc() function 576 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
|
D | repeated_scalar_container.cc | 724 static void Dealloc(RepeatedScalarContainer* self) { in Dealloc() function 776 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
|
D | message.cc | 323 static void Dealloc(CMessageClass *self) { in Dealloc() function 357 (destructor)message_meta::Dealloc, // tp_dealloc 1294 static void Dealloc(CMessage* self) { in CheckAndGetInteger() function 2761 (destructor)cmessage::Dealloc, // tp_dealloc in CheckAndGetInteger()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/ |
D | ARDUtilities.m | 124 // Dealloc the created array.
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 728 Dealloc<void*>(table_, num_buckets_); in ~InnerMap() 1159 Dealloc<void*>(old_table, old_table_size); in Resize() 1294 void Dealloc(U* t, size_type n) { in Dealloc() function 1301 Dealloc<Node>(node, 1); in DestroyNode()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 923 case Dealloc: in getStopTrackingHardEquivalent() 924 return Dealloc; in getStopTrackingHardEquivalent() 1463 ReceiverEff = Dealloc; in getStandardMethodSummary() 1594 Summ = getPersistentSummary(NoRet, Dealloc); in InitializeMethodSummaries() 2050 if (!GCEnabled && std::find(AEffects.begin(), AEffects.end(), Dealloc) != in VisitNode() 3173 case Dealloc: in updateSymbol()
|