Home
last modified time | relevance | path

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

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