Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp977 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
978 if (!LeftIndex) in evalBinOpLL()
980 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
981 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
982 if (!LeftIndex) in evalBinOpLL()
997 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1655 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument
1656 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()