Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp240 processNonLeakError(state, Child->getSourceRange(), hasErr, sym, C); in processObjCLiterals()
673 processNonLeakError(state, ErrorRange, hasErr, ErrorSym, C); in checkSummary()
858 void RetainCountChecker::processNonLeakError(ProgramStateRef St, in processNonLeakError() function in RetainCountChecker