Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp949 const MemRegion *LeftBase = LeftMR->getBaseRegion(); in evalBinOpLL() local
951 const MemSpaceRegion *LeftMS = LeftBase->getMemorySpace(state); in evalBinOpLL()
981 if (LeftBase != RightBase && in evalBinOpLL()
982 ((!isa<SymbolicRegion>(LeftBase) && !isa<SymbolicRegion>(RightBase)) || in evalBinOpLL()