Searched refs:Dealloc (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 70 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
|
D | repeated_composite_container.cc | 684 static void Dealloc(RepeatedCompositeContainer* self) { in Dealloc() function 727 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
|
D | repeated_scalar_container.cc | 738 static void Dealloc(RepeatedScalarContainer* self) { in Dealloc() function 789 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
|
D | message.cc | 810 static void Dealloc(CMessage* self) { in CheckAndGetInteger() function 2317 (destructor)cmessage::Dealloc, // tp_dealloc in CheckAndGetInteger()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 44 Dealloc, enumerator
|
/external/clang/test/Analysis/ |
D | PR2978.m | 1 …cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-checker=alpha.osx.cocoa.Dealloc %s -verify
|
D | MissingDealloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.osx.cocoa.Dealloc %s -verify
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/ |
D | ARDUtilities.m | 124 // Dealloc the created array.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 922 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()
|
D | Checkers.td | 512 def ObjCDeallocChecker : Checker<"Dealloc">,
|