Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h271 RefCountBug *getLeakWithinFunctionBug(const LangOptions &LOpts) const;
H A DRetainCountChecker.cpp418 RetainCountChecker::getLeakWithinFunctionBug(const LangOptions &LOpts) const { in getLeakWithinFunctionBug() function in RetainCountChecker
1365 RefCountBug *BT = Pred ? getLeakWithinFunctionBug(LOpts) in processLeaks()