Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1016 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL() local
1017 std::optional<NonLoc> RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()
1020 RightIndexVal = evalCast(*RightIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
1021 RightIndex = RightIndexVal.getAs<NonLoc>(); in evalBinOpLL()