Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp200 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate() local
201 if (!RLCV) in hasVisibleUpdate()
204 return LLCV->getRegion() == RLCV->getRegion() && in hasVisibleUpdate()
206 RLCV->getStore() == RightNode->getState()->getStore(); in hasVisibleUpdate()