Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2265 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite() local
2266 if (ME->getMethodFamily() == OMF_init && RecV.getAsSymbol() == Sym) in GetAllocationSite()