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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h89 StaticGlobalSpaceRegionKind, enumerator in enum:clang::ento::MemRegion::Kind
95 BEG_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind,
227 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
237 return R->getKind() == StaticGlobalSpaceRegionKind;
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp118 case MemRegion::StaticGlobalSpaceRegionKind:
H A DMemRegion.cpp636 assert(K == MemRegion::StaticGlobalSpaceRegionKind);
753 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind,
760 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind,

Completed in 26 milliseconds