Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp329 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
337 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
459 return getUnarySummary(FT, DecRef); in getSummaryForObjCOrCFObject()
574 case DecRef: in getStopTrackingHardEquivalent()
818 /*ThisEff=*/ArgEffect(DecRef, ObjKind::OS)); in getOSSummaryReleaseRule()
916 Template->addArg(AF, parm_idx, ArgEffect(DecRef, *K)); in applyParamAnnotationEffect()
992 Template->setThisEffect(ArgEffect(DecRef, ObjKind::OS)); in updateSummaryFromAnnotations()
1006 Template->setReceiverEffect(ArgEffect(DecRef, ObjKind::ObjC)); in updateSummaryFromAnnotations()
1060 ReceiverEff = ArgEffect(DecRef, ObjKind::ObjC); in getStandardMethodSummary()
1078 ReceiverEff = ArgEffect(DecRef, ObjKind::ObjC); in getStandardMethodSummary()
[all …]
/external/webrtc/api/
Dref_counted_base.h25 const auto status = ref_count_.DecRef(); in Release()
/external/webrtc/rtc_base/
Dref_counter.h37 rtc::RefCountReleaseStatus DecRef() { in DecRef() function
Dref_counted_object.h39 const auto status = ref_count_.DecRef(); in Release()
/external/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.h101 const auto status = ref_count_.DecRef(); in STDMETHOD_()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h48 DecRef, enumerator
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h99 void DecRef() const;
Dpmap_lib.cc145 entry.first.DecRef(); in ~PmapFunction()
Djax_jit.cc105 void CallSignature::DecRef() const { in DecRef() function in jax::CallSignature
932 entry.first.DecRef(); in ~CompiledFunction()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp1489 if (AE.getKind() == DecRef && AE.getObjKind() == ObjKind::CF && in AddCFAnnotations()
1495 } else if (AE.getKind() == DecRef && AE.getObjKind() == ObjKind::ObjC && in AddCFAnnotations()
1541 if ((AE.getKind() == DecRef /*CFConsumed annotated*/ || in migrateAddFunctionAnnotation()
1543 if (AE.getKind() == DecRef && !pd->hasAttr<CFConsumedAttr>()) in migrateAddFunctionAnnotation()
1614 if (AE.getKind() == DecRef in AddCFAnnotations()
1641 if (RS->getReceiverEffect().getKind() == DecRef && in migrateAddMethodAnnotation()
1673 if ((AE.getKind() == DecRef && !pd->hasAttr<CFConsumedAttr>()) || in migrateAddMethodAnnotation()
/external/webrtc/api/task_queue/
Dtask_queue_test.cc199 if (count_.DecRef() == rtc::RefCountReleaseStatus::kDroppedLastRef) { in TEST_P()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp917 case DecRef: in getStopTrackingHardEquivalent()
1096 ScratchArgs = AF.add(ScratchArgs, 1, DecRef); in getFunctionSummary()
1102 ScratchArgs = AF.add(ScratchArgs, 2, DecRef); in getFunctionSummary()
1273 case cfrelease: Effect = DecRef; break; in getUnarySummary()
1341 Template->addArg(AF, parm_idx, DecRef); in updateSummaryFromAnnotations()
1382 Template->addArg(AF, parm_idx, DecRef); in updateSummaryFromAnnotations()
3144 E = IgnoreRetainMsg ? DoNothing : DecRef; in updateSymbol()
3150 E = C.isObjCGCEnabled() ? DecRef : DoNothing; in updateSymbol()
3234 case DecRef: in updateSymbol()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1497 if (AE == DecRef && !pd->hasAttr<CFConsumedAttr>() && in AddCFAnnotations()
1549 if (AE == DecRef /*CFConsumed annotated*/ || AE == IncRef) { in migrateAddFunctionAnnotation()
1550 if (AE == DecRef && !pd->hasAttr<CFConsumedAttr>()) in migrateAddFunctionAnnotation()
1623 if (AE == DecRef && !pd->hasAttr<CFConsumedAttr>() && in AddCFAnnotations()
1679 if ((AE == DecRef && !pd->hasAttr<CFConsumedAttr>()) || AE == IncRef || in migrateAddMethodAnnotation()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp724 case DecRef: in updateSymbol()
795 case DecRef: in updateSymbol()
1357 RefVal NewVal = AE->getKind() == DecRef ? RefVal::makeOwned(K, Ty) in checkBeginFunction()
/external/llvm-project/clang/include/clang/Analysis/
DRetainSummaryManager.h65 DecRef, enumerator