Home
last modified time | relevance | path

Searched refs:RightIndex (Results 1 – 3 of 3) 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()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp766 [&](int LeftIndex, int RightIndex) { in run() argument
768 auto RSize = Modules[RightIndex].getBufferSize(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp975 [&](int LeftIndex, int RightIndex) { in run() argument
977 auto RSize = Modules[RightIndex].getBuffer().size(); in run()