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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1884 const RefVal* CurrT = CurrSt->get<RefBindings>(Sym); local
1885 if (!CurrT) return NULL;
1887 const RefVal &CurrV = *CurrT;

Completed in 77 milliseconds