Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp199 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate() local
200 if (!RLCV) in hasVisibleUpdate()
203 return LLCV->getRegion() == RLCV->getRegion() && in hasVisibleUpdate()
205 RLCV->getStore() == RightNode->getState()->getStore(); in hasVisibleUpdate()