Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ !
H A DSimpleSValBuilder.cpp948 const MemSpaceRegion *LeftMS = LeftBase->getMemorySpace(); in evalBinOpLL() local
955 if (LeftMS != RightMS && in evalBinOpLL()
956 ((LeftMS != UnknownMS && RightMS != UnknownMS) || in evalBinOpLL()
957 (isa<StackSpaceRegion>(LeftMS) || isa<StackSpaceRegion>(RightMS)))) { in evalBinOpLL()
980 (isa<HeapSpaceRegion>(LeftMS) || isa<HeapSpaceRegion>(RightMS))) ){ in evalBinOpLL()