Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h66 IncRef, enumerator
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp907 case IncRef: in getStopTrackingHardEquivalent()
1271 case cfretain: Effect = IncRef; break; in getUnarySummary()
2746 ArgEffect AE = IncRef; in checkPostStmt()
2753 AE = IncRef; in checkPostStmt()
3148 E = IgnoreRetainMsg ? DoNothing : IncRef; in updateSymbol()
3225 case IncRef: in updateSymbol()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1550 if (AE == DecRef /*CFConsumed annotated*/ || AE == IncRef) { in migrateAddFunctionAnnotation()
1553 else if (AE == IncRef) in migrateAddFunctionAnnotation()
1680 if ((AE == DecRef && !pd->hasAttr<CFConsumedAttr>()) || AE == IncRef || in migrateAddMethodAnnotation()