Home
last modified time | relevance | path

Searched refs:IncRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp422 return getUnarySummary(FT, IncRef); in getSummaryForObjCOrCFObject()
441 return getUnarySummary(FT, IncRef); in getSummaryForObjCOrCFObject()
571 case IncRef: in getStopTrackingHardEquivalent()
815 /*ThisEff=*/ArgEffect(IncRef, ObjKind::OS)); in getOSSummaryRetainRule()
1081 ReceiverEff = ArgEffect(IncRef, ObjKind::ObjC); in getStandardMethodSummary()
1224 NoRet, ScratchArgs, ArgEffect(IncRef, ObjKind::ObjC)); in InitializeMethodSummaries()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp196 ArgEffect AE = ArgEffect(IncRef, K); in checkPostStmt()
203 AE = AE.withKind(IncRef); in checkPostStmt()
721 case IncRef: in updateSymbol()
784 case IncRef: in updateSymbol()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DRetainSummaryManager.h72 IncRef, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp1540 AE.getKind() == IncRef) && AE.getObjKind() == ObjKind::CF) { in migrateAddFunctionAnnotation()
1543 else if (AE.getKind() == IncRef) in migrateAddFunctionAnnotation()
1672 AE.getKind() == IncRef || !AuditedType(pd->getType())) { in migrateAddMethodAnnotation()