Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp735 NonLoc *LeftIndex = dyn_cast<NonLoc>(&LeftIndexVal); in evalBinOpLL() local
736 if (!LeftIndex) in evalBinOpLL()
738 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, resultTy); in evalBinOpLL()
739 LeftIndex = dyn_cast<NonLoc>(&LeftIndexVal); in evalBinOpLL()
740 if (!LeftIndex) in evalBinOpLL()
755 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()