Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h66 IncRef, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCommandLineTest.cpp687 SmallString<128> IncRef; in TEST() local
688 IncRef.append(1, '@'); in TEST()
689 IncRef.append(IncludedFileName.c_str()); in TEST()
691 { "test/test", "-flag_1", IncRef.c_str(), "-flag_2" }; in TEST()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp908 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/clang/lib/ARCMigrate/
DObjCMT.cpp1549 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()