Home
last modified time | relevance | path

Searched refs:PrevT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp95 const RefVal *PrevT, in shouldGenerateNote() argument
99 RefVal PrevV = *PrevT; in shouldGenerateNote()
486 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode() local
493 if (PrevT && IsFreeUnowned && CurrV.isNotOwned() && PrevT->isOwned()) { in VisitNode()
501 if (!PrevT) { in VisitNode()
582 if (!shouldGenerateNote(os, PrevT, CurrV, DeallocSent)) in VisitNode()