Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp1938 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getRegionOrSymbol() local
1939 return LCVal->getRegion(); in getRegionOrSymbol()
2039 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition() local
2040 return State->get<IteratorRegionMap>(LCVal->getRegion()); in getIteratorPosition()
2063 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition() local
2064 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos); in setIteratorPosition()
2087 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition() local
2088 return State->remove<IteratorRegionMap>(LCVal->getRegion()); in removeIteratorPosition()
2155 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal() local
2156 if (LCVal->getRegion() == Reg) in isBoundThroughLazyCompoundVal()