Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1006 SVal LeftIndexVal = LeftER->getIndex(); in evalBinOpLL() local
1007 std::optional<NonLoc> LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()
1010 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
1011 LeftIndex = LeftIndexVal.getAs<NonLoc>(); in evalBinOpLL()