• Home
  • Raw
  • Download

Lines Matching refs:getIvarAccessHistory

144     assert(getIvarAccessHistory() == IvarAccess && "not enough bits");  in RefVal()
175 IvarAccessHistory getIvarAccessHistory() const { in getIvarAccessHistory() function in __anonf8e0d6ba0111::RefVal
215 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator -()
220 getAutoreleaseCount(), getType(), getIvarAccessHistory()); in operator +()
225 getType(), getIvarAccessHistory()); in operator ^()
230 getType(), getIvarAccessHistory()); in autorelease()
234 assert(getIvarAccessHistory() == IvarAccessHistory::None); in withIvarAccess()
240 assert(getIvarAccessHistory() == IvarAccessHistory::AccessedDirectly); in releaseViaIvar()
249 getIvarAccessHistory() == X.getIvarAccessHistory(); in hasSameState()
343 switch (getIvarAccessHistory()) { in print()
2130 if (CurrV.getIvarAccessHistory() == in VisitNode()
2132 CurrV.getIvarAccessHistory() != PrevV.getIvarAccessHistory()) { in VisitNode()
2867 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None || in checkPostStmt()
3246 V.getIvarAccessHistory() == in updateSymbol()
3263 } else if (V.getIvarAccessHistory() == in updateSymbol()
3300 if (RV->getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in processNonLeakError()
3535 if (X.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in checkReturnWithRetEffect()
3575 if (X.getIvarAccessHistory() == in checkReturnWithRetEffect()
3750 V.getIvarAccessHistory() == RefVal::IvarAccessHistory::AccessedDirectly) { in handleAutoreleaseCounts()
3775 if (V.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in handleAutoreleaseCounts()
3818 if (V.getIvarAccessHistory() != RefVal::IvarAccessHistory::None) in handleSymbolDeath()