Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp914 Optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
915 if (!RightIndex) in evalBinOpLL()
917 RightIndexVal = evalCast(*RightIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
918 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()
919 if (!RightIndex) in evalBinOpLL()
924 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp1601 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument
1603 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering()