Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp191 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate() local
192 if (!LLCV) in hasVisibleUpdate()
199 return LLCV->getRegion() == RLCV->getRegion() && in hasVisibleUpdate()
200 LLCV->getStore() == LeftNode->getState()->getStore() && in hasVisibleUpdate()