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

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp732 const MemSpaceRegion *LeftMS = LeftBase->getMemorySpace(); local
739 if (LeftMS != RightMS &&
740 ((LeftMS != UnknownMS && RightMS != UnknownMS) ||
741 (isa<StackSpaceRegion>(LeftMS) || isa<StackSpaceRegion>(RightMS)))) {
758 (isa<HeapSpaceRegion>(LeftMS) || isa<HeapSpaceRegion>(RightMS))) ){

Completed in 131 milliseconds