Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc70 static void Dealloc(CFieldDescriptor* self) { in Dealloc() function
117 (destructor)cfield_descriptor::Dealloc, // tp_dealloc
156 static void Dealloc(CDescriptorPool* self) { in Dealloc() function
230 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
Drepeated_composite_container.cc684 static void Dealloc(RepeatedCompositeContainer* self) { in Dealloc() function
727 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
Drepeated_scalar_container.cc738 static void Dealloc(RepeatedScalarContainer* self) { in Dealloc() function
789 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
Dmessage.cc810 static void Dealloc(CMessage* self) { in CheckAndGetInteger() function
2317 (destructor)cmessage::Dealloc, // tp_dealloc in CheckAndGetInteger()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h44 Dealloc, enumerator
/external/clang/test/Analysis/
DPR2978.m1 …cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-checker=alpha.osx.cocoa.Dealloc %s -verify
DMissingDealloc.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.osx.cocoa.Dealloc %s -verify
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/
DARDUtilities.m124 // Dealloc the created array.
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp922 case Dealloc: in getStopTrackingHardEquivalent()
923 return Dealloc; in getStopTrackingHardEquivalent()
1462 ReceiverEff = Dealloc; in getStandardMethodSummary()
1593 Summ = getPersistentSummary(NoRet, Dealloc); in InitializeMethodSummaries()
2049 if (!GCEnabled && std::find(AEffects.begin(), AEffects.end(), Dealloc) != in VisitNode()
3180 case Dealloc: in updateSymbol()
DCheckers.td512 def ObjCDeallocChecker : Checker<"Dealloc">,