Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp716 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite() local
717 if (ME->getMethodFamily() == OMF_init && RecV.getAsSymbol() == Sym) in GetAllocationSite()