Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp920 const MemRegion *RightBase = RightMR->getBaseRegion(); in evalBinOpLL() local
922 const MemSpaceRegion *RightMS = RightBase->getMemorySpace(); in evalBinOpLL()
951 if (LeftBase != RightBase && in evalBinOpLL()
952 ((!isa<SymbolicRegion>(LeftBase) && !isa<SymbolicRegion>(RightBase)) || in evalBinOpLL()