Lines Matching refs:RefVal
97 const RefVal *PrevT, in shouldGenerateNote()
98 const RefVal &CurrV, in shouldGenerateNote()
101 RefVal PrevV = *PrevT; in shouldGenerateNote()
109 if (CurrV.getKind() == RefVal::Released) { in shouldGenerateNote()
119 case RefVal::Owned: in shouldGenerateNote()
120 case RefVal::NotOwned: in shouldGenerateNote()
141 case RefVal::Released: in shouldGenerateNote()
143 RefVal::IvarAccessHistory::ReleasedAfterDirectAccess && in shouldGenerateNote()
150 case RefVal::ReturnedOwned: in shouldGenerateNote()
159 case RefVal::ReturnedNotOwned: in shouldGenerateNote()
215 const RefVal &CurrV, SymbolRef &Sym, in generateDiagnosticsForCallLike()
400 const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR); in annotateConsumedSummaryMismatch()
401 const RefVal *CountAtExit = getRefBinding(N->getState(), SR); in annotateConsumedSummaryMismatch()
436 const RefVal *CurrT = getRefBinding(N->getState(), Sym); in annotateStartParameter()
487 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode()
491 const RefVal &CurrV = *CurrT; in VisitNode()
492 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode()
789 const RefVal *RV = getRefBinding(EndN->getState(), Sym); in getEndPath()
792 if (RV->getKind() == RefVal::ErrorLeakReturned) { in getEndPath()