Lines Matching refs:RefVal
94 const RefVal *PrevT, in shouldGenerateNote()
95 const RefVal &CurrV, in shouldGenerateNote()
98 RefVal PrevV = *PrevT; in shouldGenerateNote()
106 if (CurrV.getKind() == RefVal::Released) { in shouldGenerateNote()
116 case RefVal::Owned: in shouldGenerateNote()
117 case RefVal::NotOwned: in shouldGenerateNote()
138 case RefVal::Released: in shouldGenerateNote()
140 RefVal::IvarAccessHistory::ReleasedAfterDirectAccess && in shouldGenerateNote()
147 case RefVal::ReturnedOwned: in shouldGenerateNote()
156 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()
783 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
786 if (RV->getKind() == RefVal::ErrorLeakReturned) { in getEndPath()