Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp416 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 DRetainCountDiagnostics.cpp281 if (CurrV.isOwned()) { in generateDiagnosticsForCallLike()
493 if (PrevT && IsFreeUnowned && CurrV.isNotOwned() && PrevT->isOwned()) { in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1459 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations()
1466 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations()
1520 (Ret.isOwned() || Ret.notOwned())) in migrateAddFunctionAnnotation()
1572 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations()
1589 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations()
1652 (Ret.isOwned() || Ret.notOwned())) { in migrateAddMethodAnnotation()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h177 bool isOwned() const { in isOwned() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h783 bool isOwned(const void *Ptr) { in isOwned() function