Searched refs:IncRef (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/api/ |
D | ref_counted_base.h | 23 void AddRef() const { ref_count_.IncRef(); } in AddRef()
|
/external/webrtc/rtc_base/ |
D | ref_counter.h | 25 void IncRef() { in IncRef() function
|
D | ref_counted_object.h | 36 virtual void AddRef() const { ref_count_.IncRef(); } in AddRef()
|
/external/webrtc/modules/video_capture/windows/ |
D | help_functions_ds.h | 96 ref_count_.IncRef(); in STDMETHOD_()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 66 IncRef, enumerator
|
/external/llvm-project/clang/lib/Analysis/ |
D | RetainSummaryManager.cpp | 416 return getUnarySummary(FT, IncRef); in getSummaryForObjCOrCFObject() 435 return getUnarySummary(FT, IncRef); in getSummaryForObjCOrCFObject() 565 case IncRef: in getStopTrackingHardEquivalent() 809 /*ThisEff=*/ArgEffect(IncRef, ObjKind::OS)); in getOSSummaryRetainRule() 1075 ReceiverEff = ArgEffect(IncRef, ObjKind::ObjC); in getStandardMethodSummary() 1218 NoRet, ScratchArgs, ArgEffect(IncRef, ObjKind::ObjC)); in InitializeMethodSummaries()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | jax_jit.h | 97 void IncRef() const;
|
D | pmap_lib.cc | 219 result.first->first.IncRef(); in AddCacheEntry()
|
D | jax_jit.cc | 99 void CallSignature::IncRef() const { in IncRef() function in jax::CallSignature 1052 result.first->first.IncRef(); in AddCacheEntry()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 530 auto IncRef = [this](const SymbolID &ID) { in finish() local 539 IncRef(ID); in finish() 555 IncRef(ID); in finish()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
D | RetainCountChecker.cpp | 196 ArgEffect AE = ArgEffect(IncRef, K); in checkPostStmt() 203 AE = AE.withKind(IncRef); in checkPostStmt() 721 case IncRef: in updateSymbol() 784 case IncRef: in updateSymbol()
|
/external/llvm-project/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 820 SmallString<128> IncRef; in TEST() local 821 IncRef.append(1, '@'); in TEST() 822 IncRef.append(IncludedFileName); in TEST() 824 IncRef.c_str(), "-flag_2"}; in TEST()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 908 case IncRef: in getStopTrackingHardEquivalent() 1272 case cfretain: Effect = IncRef; break; in getUnarySummary() 2747 ArgEffect AE = IncRef; in checkPostStmt() 2754 AE = IncRef; in checkPostStmt() 3141 E = IgnoreRetainMsg ? DoNothing : IncRef; in updateSymbol() 3218 case IncRef: in updateSymbol()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | RetainSummaryManager.h | 72 IncRef, enumerator
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1542 AE.getKind() == IncRef) && AE.getObjKind() == ObjKind::CF) { in migrateAddFunctionAnnotation() 1545 else if (AE.getKind() == IncRef) in migrateAddFunctionAnnotation() 1674 AE.getKind() == IncRef || !AuditedType(pd->getType())) { in migrateAddMethodAnnotation()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1549 if (AE == DecRef /*CFConsumed annotated*/ || AE == IncRef) { in migrateAddFunctionAnnotation() 1552 else if (AE == IncRef) in migrateAddFunctionAnnotation() 1679 if ((AE == DecRef && !pd->hasAttr<CFConsumedAttr>()) || AE == IncRef || in migrateAddMethodAnnotation()
|