Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h341 void processNonLeakError(ProgramStateRef St, SourceRange ErrorRange,
H A DRetainCountChecker.cpp241 processNonLeakError(state, Child->getSourceRange(), hasErr, sym, C); in processObjCLiterals()
674 processNonLeakError(state, ErrorRange, hasErr, ErrorSym, C); in checkSummary()
859 void RetainCountChecker::processNonLeakError(ProgramStateRef St, in processNonLeakError() function in RetainCountChecker