Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp904 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
905 if (!LeftIndex) in evalBinOpLL()
907 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
908 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
909 if (!LeftIndex) 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
1602 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()