Home
last modified time | relevance | path

Searched refs:isOwned (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp417 if (RE.isOwned()) { in refValFromRetEffect()
1084 if (!RE.isOwned()) { in checkReturnWithRetEffect()
1105 if (RE.isOwned()) { in checkReturnWithRetEffect()
1298 else if (V.isOwned()) in handleSymbolDeath()
H A DRetainCountChecker.h152 bool isOwned() const { in isOwned() function
H A DRetainCountDiagnostics.cpp287 if (CurrV.isOwned()) { in generateDiagnosticsForCallLike()
499 if (PrevT && IsFreeUnowned && CurrV.isNotOwned() && PrevT->isOwned()) { in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1465 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations()
1472 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations()
1526 (Ret.isOwned() || Ret.notOwned())) in migrateAddFunctionAnnotation()
1578 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations()
1595 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations()
1658 (Ret.isOwned() || Ret.notOwned())) { in migrateAddMethodAnnotation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h176 bool isOwned() const { in isOwned() function