Home
last modified time | relevance | path

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

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