Home
last modified time | relevance | path

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

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