Lines Matching refs:RefVal
45 const RefVal *PrevT, const RefVal &CurrV, in shouldGenerateNote()
48 RefVal PrevV = *PrevT; in shouldGenerateNote()
56 if (CurrV.getKind() == RefVal::Released) { in shouldGenerateNote()
66 case RefVal::Owned: in shouldGenerateNote()
67 case RefVal::NotOwned: in shouldGenerateNote()
88 case RefVal::Released: in shouldGenerateNote()
90 RefVal::IvarAccessHistory::ReleasedAfterDirectAccess && in shouldGenerateNote()
97 case RefVal::ReturnedOwned: in shouldGenerateNote()
106 case RefVal::ReturnedNotOwned: in shouldGenerateNote()
137 const RefVal &CurrV, SymbolRef &Sym, in generateDiagnosticsForCallLike()
318 const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR); in annotateConsumedSummaryMismatch()
319 const RefVal *CountAtExit = getRefBinding(N->getState(), SR); in annotateConsumedSummaryMismatch()
374 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode()
377 const RefVal &CurrV = *CurrT; in VisitNode()
378 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode()
643 const RefVal* RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
646 if (RV->getKind() == RefVal::ErrorLeakReturned) { in getEndPath()