Home
last modified time | relevance | path

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

/freebsd/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.cpp92 case ErrorLeakReturned: in print()
1085 X = X ^ RefVal::ErrorLeakReturned; in checkReturnWithRetEffect()
H A DRetainCountDiagnostics.cpp789 if (RV->getKind() == RefVal::ErrorLeakReturned) { in getEndPath()