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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 128 unsigned getAutoreleaseCount() const { return ACnt; }
186 getAutoreleaseCount(), getType(), getIvarAccessHistory());
191 getAutoreleaseCount(), getType(), getIvarAccessHistory());
195 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(),
200 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1,
206 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(),
212 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(),
RetainCountDiagnostics.cpp 123 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount())
126 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount());
152 if (CurrV.getAutoreleaseCount())
RetainCountChecker.cpp 1214 unsigned ACnt = V.getAutoreleaseCount();
1269 if (V.getAutoreleaseCount() > 1)
1270 os << V.getAutoreleaseCount() << " times but the object ";

Completed in 25 milliseconds