Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp952 const MemSpaceRegion *RightMS = RightBase->getMemorySpace(state); in evalBinOpLL() local
958 if (LeftMS != RightMS && in evalBinOpLL()
959 ((LeftMS != UnknownMS && RightMS != UnknownMS) || in evalBinOpLL()
960 (isa<StackSpaceRegion>(LeftMS) || isa<StackSpaceRegion>(RightMS)))) { in evalBinOpLL()
983 (isa<HeapSpaceRegion>(LeftMS) || isa<HeapSpaceRegion>(RightMS))) ){ in evalBinOpLL()