Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp903 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL() local
904 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
907 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
908 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()