Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp82 class ReturnedNotOwnedForOwned : public RefCountBug { class
84 ReturnedNotOwnedForOwned(const CheckerBase *checker) in ReturnedNotOwnedForOwned() function in clang::ento::retaincountchecker::ReturnedNotOwnedForOwned
1129 returnNotOwnedForOwned.reset(new ReturnedNotOwnedForOwned(this)); in checkReturnWithRetEffect()