Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp976 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL() local
977 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
980 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
981 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()