Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp782 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
783 if (!LeftIndex) in evalBinOpLL()
785 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy); in evalBinOpLL()
786 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
787 if (!LeftIndex) 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
767 auto LSize = Modules[LeftIndex].getBufferSize(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp975 [&](int LeftIndex, int RightIndex) { in run() argument
976 auto LSize = Modules[LeftIndex].getBuffer().size(); in run()