Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp781 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL() local
782 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
785 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy); in evalBinOpLL()
786 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()