Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp987 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
988 if (!RightIndex) in evalBinOpLL()
990 RightIndexVal = evalCast(*RightIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
991 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()
992 if (!RightIndex) 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
1657 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering()