Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp846 const MemRegion *LeftBase = LeftMR->getBaseRegion(); in evalBinOpLL() local
848 const MemSpaceRegion *LeftMS = LeftBase->getMemorySpace(); in evalBinOpLL()
878 if (LeftBase != RightBase && in evalBinOpLL()
879 ((!isa<SymbolicRegion>(LeftBase) && !isa<SymbolicRegion>(RightBase)) || in evalBinOpLL()