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

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

Completed in 33 milliseconds