Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp792 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
793 if (!RightIndex) in evalBinOpLL()
795 RightIndexVal = evalCastFromNonLoc(*RightIndex, ArrayIndexTy); in evalBinOpLL()
796 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()
797 if (!RightIndex) in evalBinOpLL()
802 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()