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

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

Completed in 41 milliseconds