Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp430 const RefVal *CurrT = getRefBinding(N->getState(), Sym); in annotateStartParameter() local
432 if (&Src->getParent()->getEntry() != Src || !CurrT || in annotateStartParameter()
443 if (CurrT->getCount() == 1) { in annotateStartParameter()
446 assert(CurrT->getCount() == 0); in annotateStartParameter()
481 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode() local
482 if (!CurrT) in VisitNode()
485 const RefVal &CurrV = *CurrT; in VisitNode()