Home
last modified time | relevance | path

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

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