Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp731 const MemRegion *RightBase = RightMR->getBaseRegion(); in evalBinOpLL() local
733 const MemSpaceRegion *RightMS = RightBase->getMemorySpace(); in evalBinOpLL()
756 if (LeftBase != RightBase && in evalBinOpLL()
757 ((!isa<SymbolicRegion>(LeftBase) && !isa<SymbolicRegion>(RightBase)) || in evalBinOpLL()