Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp62 class DeallocNotOwned : public RefCountBug { class
64 DeallocNotOwned(const CheckerBase *checker) in DeallocNotOwned() function in clang::ento::retaincountchecker::DeallocNotOwned
893 deallocNotOwned.reset(new DeallocNotOwned(this)); in processNonLeakError()