Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1007 std::optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
1008 if (!LeftIndex) in evalBinOpLL()
1010 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
1011 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
1012 if (!LeftIndex) in evalBinOpLL()
1027 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2186 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in generateModulesOrdering() argument
2187 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering()