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

/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h61 /// in behavior from IncRef when GC is enabled.
66 IncRef, enumerator in enum:clang::ento::objc_retain::ArgEffect
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1550 if (AE == DecRef /*CFConsumed annotated*/ || AE == IncRef) {
1553 else if (AE == IncRef)
1680 if ((AE == DecRef && !pd->hasAttr<CFConsumedAttr>()) || AE == IncRef ||
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp907 case IncRef:
1271 case cfretain: Effect = IncRef; break;
2746 ArgEffect AE = IncRef;
2753 AE = IncRef;
3148 E = IgnoreRetainMsg ? DoNothing : IncRef;
3225 case IncRef:

Completed in 247 milliseconds