Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1004 std::optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
1005 if (!LeftIndex) in evalBinOpLL()
1007 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
1008 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
1009 if (!LeftIndex) in evalBinOpLL()
1024 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1933 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument
1934 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()