Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp229 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate() local
230 if (!RLCV) in hasVisibleUpdate()
233 return LLCV->getRegion() == RLCV->getRegion() && in hasVisibleUpdate()
235 RLCV->getStore() == RightNode->getState()->getStore(); in hasVisibleUpdate()