Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp169 auto Result = isOwned(Arg); in checkAdoptCall()
315 auto Result = isOwned(Arg); in visitConstructExpr()
481 IsOwnedResult isOwned(const Expr *E) const { in isOwned() function in __anon71c0f1610111::RetainPtrCtorAdoptChecker
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp415 if (RE.isOwned()) { in refValFromRetEffect()
1081 if (!RE.isOwned()) { in checkReturnWithRetEffect()
1101 if (RE.isOwned()) { in checkReturnWithRetEffect()
1286 else if (V.isOwned()) in handleSymbolDeath()
H A DRetainCountChecker.h151 bool isOwned() const { in isOwned() function
H A DRetainCountDiagnostics.cpp281 if (CurrV.isOwned()) { in generateDiagnosticsForCallLike()
493 if (PrevT && IsFreeUnowned && CurrV.isNotOwned() && PrevT->isOwned()) { in VisitNode()
/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.h791 bool isOwned(const void *Ptr) { in isOwned() function