Lines Matching refs:getIvarAccessHistory
143 assert(getIvarAccessHistory() == IvarAccess && "not enough bits"); in RefVal()
174 IvarAccessHistory getIvarAccessHistory() const { in getIvarAccessHistory() function in __anonbe000e510111::RefVal
214 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator -()
219 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator +()
224 getType(), getIvarAccessHistory()); in operator ^()
229 getType(), getIvarAccessHistory()); in autorelease()
233 assert(getIvarAccessHistory() == IvarAccessHistory::None); in withIvarAccess()
239 assert(getIvarAccessHistory() == IvarAccessHistory::AccessedDirectly); in releaseViaIvar()
248 getIvarAccessHistory() == X.getIvarAccessHistory(); in hasSameState()
342 switch (getIvarAccessHistory()) { in print()
2129 if (CurrV.getIvarAccessHistory() == in VisitNode()
2131 CurrV.getIvarAccessHistory() != PrevV.getIvarAccessHistory()) { in VisitNode()
2874 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None || in checkPostStmt()
3253 V.getIvarAccessHistory() == in updateSymbol()
3270 } else if (V.getIvarAccessHistory() == in updateSymbol()
3307 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in processNonLeakError()
3542 if (X.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in checkReturnWithRetEffect()
3582 if (X.getIvarAccessHistory() == in checkReturnWithRetEffect()
3757 V.getIvarAccessHistory() == RefVal::IvarAccessHistory::AccessedDirectly) { in handleAutoreleaseCounts()
3782 if (V.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in handleAutoreleaseCounts()
3825 if (V.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in handleSymbolDeath()