HomeSort by: relevance | last modified time | path
    Searched refs:ErrorLeakReturned (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 65 ErrorLeakReturned, // A memory leak due to the returning method not having
RetainCountDiagnostics.cpp 792 if (RV->getKind() == RefVal::ErrorLeakReturned) {
RetainCountChecker.cpp 92 case ErrorLeakReturned:
1088 X = X ^ RefVal::ErrorLeakReturned;

Completed in 29 milliseconds