Searched refs:Dealloc (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h44 Dealloc, enumerator in enum:clang::ento::objc_retain::ArgEffect
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc153 static void Dealloc(PyDescriptorPool* self) { function in namespace:google::protobuf::python::cdescriptor_pool
507 (destructor)cdescriptor_pool::Dealloc, // tp_dealloc
H A Ddescriptor.cc358 static void Dealloc(PyBaseDescriptor* self) { function in namespace:google::protobuf::python::descriptor
374 (destructor)Dealloc, // tp_dealloc
1227 static void Dealloc(PyFileDescriptor* self) { function in namespace:google::protobuf::python::file_descriptor
1229 descriptor::Dealloc(&self->base);
1349 (destructor)file_descriptor::Dealloc, // tp_dealloc
H A Drepeated_composite_container.cc530 static void Dealloc(RepeatedCompositeContainer* self) { function in namespace:google::protobuf::python::repeated_composite_container
576 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
H A Drepeated_scalar_container.cc724 static void Dealloc(RepeatedScalarContainer* self) {
776 (destructor)repeated_scalar_container::Dealloc, // tp_dealloc
H A Dmessage.cc323 static void Dealloc(CMessageClass *self) { function in namespace:google::protobuf::python::message_meta
357 (destructor)message_meta::Dealloc, // tp_dealloc
1294 static void Dealloc(CMessage* self) { function in namespace:google::protobuf::python::cmessage
2761 (destructor)cmessage::Dealloc, // tp_dealloc
/external/python/cpython3/Modules/
H A Dzlibmodule.c616 Dealloc(compobject *self) function
632 Dealloc(self);
640 Dealloc(self);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp923 case Dealloc:
924 return Dealloc;
1463 ReceiverEff = Dealloc;
1594 Summ = getPersistentSummary(NoRet, Dealloc);
2050 if (!GCEnabled && std::find(AEffects.begin(), AEffects.end(), Dealloc) !=
3173 case Dealloc:
/external/protobuf/src/google/protobuf/
H A Dmap.h728 Dealloc<void*>(table_, num_buckets_);
1159 Dealloc<void*>(old_table, old_table_size);
1294 void Dealloc(U* t, size_type n) { function in class:google::protobuf::Map::InnerMap
1301 Dealloc<Node>(node, 1);

Completed in 219 milliseconds