Home
last modified time | relevance | path

Searched refs:Dealloc (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Analysis/
DMissingDealloc.m1 // 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…
DPR2978.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,osx.cocoa.Dealloc %s -verify
DDeallocMissingRelease.m1 // 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
Dproperties.m1 // 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/
DBenchmarks.md26 | 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/
DObjCRetainCount.h44 Dealloc, enumerator
DCheckers.td510 def ObjCDeallocChecker : Checker<"Dealloc">,
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc358 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
Ddescriptor_pool.cc153 static void Dealloc(PyDescriptorPool* self) { in Dealloc() function
507 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
Drepeated_composite_container.cc530 static void Dealloc(RepeatedCompositeContainer* self) { in Dealloc() function
576 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
Drepeated_scalar_container.cc724 static void Dealloc(RepeatedScalarContainer* self) { in Dealloc() function
776 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
Dmessage.cc323 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/
DARDUtilities.m124 // Dealloc the created array.
/external/protobuf/src/google/protobuf/
Dmap.h728 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/
DRetainCountChecker.cpp923 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()