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()
238 assert(getIvarAccessHistory() == IvarAccessHistory::AccessedDirectly); in releaseViaIvar()
247 getIvarAccessHistory() == X.getIvarAccessHistory(); in hasSameState()
341 switch (getIvarAccessHistory()) { in print()
2106 if (CurrV.getIvarAccessHistory() == in VisitNode()
2108 CurrV.getIvarAccessHistory() != PrevV.getIvarAccessHistory()) { in VisitNode()
2853 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None || in checkPostStmt()
3191 V.getIvarAccessHistory() == in updateSymbol()
3208 } else if (V.getIvarAccessHistory() == in updateSymbol()
3245 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in processNonLeakError()
3480 if (X.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in checkReturnWithRetEffect()
3523 if (X.getIvarAccessHistory() == in checkReturnWithRetEffect()
3701 V.getIvarAccessHistory() == RefVal::IvarAccessHistory::AccessedDirectly) { in handleAutoreleaseCounts()
3726 if (V.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in handleAutoreleaseCounts()
3770 if (V.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in handleSymbolDeath()