Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp995 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR); in evalBinOpLL() local
997 if (RightER && LeftER) { in evalBinOpLL()
1002 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()
1003 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()
1016 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL()