Lines Matching refs:RefVal
95 const RefVal *PrevT, in shouldGenerateNote()
96 const RefVal &CurrV, in shouldGenerateNote()
99 RefVal PrevV = *PrevT; in shouldGenerateNote()
107 if (CurrV.getKind() == RefVal::Released) { in shouldGenerateNote()
117 case RefVal::Owned: in shouldGenerateNote()
118 case RefVal::NotOwned: in shouldGenerateNote()
139 case RefVal::Released: in shouldGenerateNote()
141 RefVal::IvarAccessHistory::ReleasedAfterDirectAccess && in shouldGenerateNote()
148 case RefVal::ReturnedOwned: in shouldGenerateNote()
157 case RefVal::ReturnedNotOwned: in shouldGenerateNote()
212 const RefVal &CurrV, SymbolRef &Sym, in generateDiagnosticsForCallLike()
394 const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR); in annotateConsumedSummaryMismatch()
395 const RefVal *CountAtExit = getRefBinding(N->getState(), SR); in annotateConsumedSummaryMismatch()
430 const RefVal *CurrT = getRefBinding(N->getState(), Sym); in annotateStartParameter()
481 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode()
485 const RefVal &CurrV = *CurrT; in VisitNode()
486 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode()
785 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
788 if (RV->getKind() == RefVal::ErrorLeakReturned) { in getEndPath()