Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSimpleSValBuilder.cpp770 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR); in evalBinOpLL() local
772 if (RightER && LeftER) { in evalBinOpLL()
777 if (LeftER->getSuperRegion() == RightER->getSuperRegion() && in evalBinOpLL()
778 LeftER->getElementType() == RightER->getElementType()) { in evalBinOpLL()
791 SVal RightIndexVal = RightER->getIndex(); in evalBinOpLL()