Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h65 ErrorLeakReturned, // A memory leak due to the returning method not having enumerator
H A DRetainCountChecker.cpp92 case ErrorLeakReturned: in print()
1088 X = X ^ RefVal::ErrorLeakReturned; in checkReturnWithRetEffect()
H A DRetainCountDiagnostics.cpp792 if (RV->getKind() == RefVal::ErrorLeakReturned) { in getEndPath()