Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp672 const MemRegion *RightMR = rhs.getAsRegion(); in evalBinOpLL() local
673 if (!RightMR) in evalBinOpLL()
680 const MemSpaceRegion *RightMS = RightMR->getMemorySpace(); in evalBinOpLL()
683 const MemRegion *RightBase = RightMR->getBaseRegion(); in evalBinOpLL()
722 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR); in evalBinOpLL()
797 const FieldRegion *RightFR = dyn_cast<FieldRegion>(RightMR); in evalBinOpLL()