Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1020 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL() local
1021 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
1024 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy); in evalBinOpLL()
1025 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()