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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp90 ErrorLeakReturned, // A memory leak due to the returning method not having enumerator in enum:__anon18226::RefVal::Kind
301 case ErrorLeakReturned:
2271 if (RV->getKind() == RefVal::ErrorLeakReturned) {
3409 X = X ^ RefVal::ErrorLeakReturned;

Completed in 42 milliseconds