Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp772 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
773 if (!RightIndex) in evalBinOpLL()
775 RightIndexVal = evalCastFromNonLoc(*RightIndex, ArrayIndexTy); in evalBinOpLL()
776 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()
777 if (!RightIndex) in evalBinOpLL()
782 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()