Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp847 const MemRegion *RightBase = RightMR->getBaseRegion(); in evalBinOpLL() local
849 const MemSpaceRegion *RightMS = RightBase->getMemorySpace(); in evalBinOpLL()
878 if (LeftBase != RightBase && in evalBinOpLL()
879 ((!isa<SymbolicRegion>(LeftBase) && !isa<SymbolicRegion>(RightBase)) || in evalBinOpLL()