Searched defs:getAutoreleaseCount (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 155 unsigned getAutoreleaseCount() const { return ACnt; } function in class:__anon1703::RefVal 215 getAutoreleaseCount(), getType(), getIvarAccessHistory()); 220 getAutoreleaseCount(), getType(), getIvarAccessHistory()); 224 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(), 229 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1, 235 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), 241 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount(), 2105 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount()) 2108 assert(PrevV.getAutoreleaseCount() < Curr [all...] |
Completed in 66 milliseconds