Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp963 const MemRegion *LeftBase = LeftMR->getBaseRegion(); in evalBinOpLL() local
965 const MemSpaceRegion *LeftMS = LeftBase->getMemorySpace(); in evalBinOpLL()
995 if (LeftBase != RightBase && in evalBinOpLL()
996 ((!isa<SymbolicRegion>(LeftBase) && !isa<SymbolicRegion>(RightBase)) || in evalBinOpLL()