Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp791 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL() local
792 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()
795 RightIndexVal = evalCastFromNonLoc(*RightIndex, ArrayIndexTy); in evalBinOpLL()
796 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()