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.h87 StaticGlobalSpaceRegionKind, enumerator
93 BEG_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind,
240 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {} in StaticGlobalSpaceRegion()
250 return R->getKind() == StaticGlobalSpaceRegionKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp700 assert(K == MemRegion::StaticGlobalSpaceRegionKind); in getGlobalsRegion()
817 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind, in getVarRegion()
833 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind, in getVarRegion()
1188 case StaticGlobalSpaceRegionKind: in getAsOffset()
DStore.cpp108 case MemRegion::StaticGlobalSpaceRegionKind: in castRegion()