Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp170 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate() local
171 if (!LLCV) in hasVisibleUpdate()
178 return LLCV->getRegion() == RLCV->getRegion() && in hasVisibleUpdate()
179 LLCV->getStore() == LeftNode->getState()->getStore() && in hasVisibleUpdate()