Searched refs:processNonLeakError (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.h | 341 void processNonLeakError(ProgramStateRef St, SourceRange ErrorRange,
|
H A D | RetainCountChecker.cpp | 241 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
|