Home
last modified time | relevance | path

Searched refs:returnNotOwnedForOwned (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h256 mutable std::unique_ptr<RefCountBug> overAutorelease, returnNotOwnedForOwned; variable
H A DRetainCountChecker.cpp1128 if (!returnNotOwnedForOwned) in checkReturnWithRetEffect()
1129 returnNotOwnedForOwned.reset(new ReturnedNotOwnedForOwned(this)); in checkReturnWithRetEffect()
1132 *returnNotOwnedForOwned, C.getASTContext().getLangOpts(), N, Sym); in checkReturnWithRetEffect()