Searched defs:getAutoreleaseCount (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp142 unsigned getAutoreleaseCount() const { return ACnt; } function in class:__anon18226::RefVal
207 getAutoreleaseCount(), getType());
212 getAutoreleaseCount(), getType());
216 return RefVal(k, getObjKind(), getCount(), getAutoreleaseCount(),
221 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1,
2039 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount())
2042 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount());
2069 if (CurrV.getAutoreleaseCount())
[all...]

Completed in 253 milliseconds