Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h64 ErrorLeakReturned, // A memory leak due to the returning method not having enumerator
H A DRetainCountChecker.cpp93 case ErrorLeakReturned: in print()
1088 X = X ^ RefVal::ErrorLeakReturned; in checkReturnWithRetEffect()
H A DRetainCountDiagnostics.cpp788 if (RV->getKind() == RefVal::ErrorLeakReturned) { in getEndPath()