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

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

Completed in 75 milliseconds