Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1021 Optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL() local
1022 if (!LeftIndex) in evalBinOpLL()
1024 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy); in evalBinOpLL()
1025 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
1026 if (!LeftIndex) in evalBinOpLL()
1041 return evalBinOpNN(state, op, *LeftIndex, *RightIndex, resultTy); in evalBinOpLL()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp929 llvm::sort(ModulesOrdering, [&](int LeftIndex, int RightIndex) { in run() argument
930 auto LSize = Modules[LeftIndex].getBuffer().size(); in run()