Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp942 const MemRegion *RightMR = rhs.getAsRegion(); in evalBinOpLL() local
943 if (!RightMR) in evalBinOpLL()
950 const MemRegion *RightBase = RightMR->getBaseRegion(); in evalBinOpLL()
995 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR); in evalBinOpLL()
1032 const FieldRegion *RightFR = dyn_cast<FieldRegion>(RightMR); in evalBinOpLL()
1043 RegionOffset RightOffset = RightMR->getAsOffset(); in evalBinOpLL()