Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1845 const RefVal* CurrT = getRefBinding(CurrSt, Sym); in VisitNode() local
1846 if (!CurrT) return nullptr; in VisitNode()
1848 const RefVal &CurrV = *CurrT; in VisitNode()