Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp436 const RefVal *CurrT = getRefBinding(N->getState(), Sym); in annotateStartParameter() local
438 if (&Src->getParent()->getEntry() != Src || !CurrT || in annotateStartParameter()
449 if (CurrT->getCount() == 1) { in annotateStartParameter()
452 assert(CurrT->getCount() == 0); in annotateStartParameter()
487 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode() local
488 if (!CurrT) in VisitNode()
491 const RefVal &CurrV = *CurrT; in VisitNode()