Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTO.cpp1604 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument
1605 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()