Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h255 mutable std::unique_ptr<RefCountBug> deallocNotOwned; variable
H A DRetainCountChecker.cpp892 if (!deallocNotOwned) in processNonLeakError()
893 deallocNotOwned.reset(new DeallocNotOwned(this)); in processNonLeakError()
894 BT = deallocNotOwned.get(); in processNonLeakError()