Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp196 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate() local
197 if (!LLCV) in hasVisibleUpdate()
204 return LLCV->getRegion() == RLCV->getRegion() && in hasVisibleUpdate()
205 LLCV->getStore() == LeftNode->getState()->getStore() && in hasVisibleUpdate()