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.h76 StaticGlobalSpaceRegionKind, enumerator
82 BEG_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind,
210 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {} in StaticGlobalSpaceRegion()
220 return R->getKind() == StaticGlobalSpaceRegionKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp612 assert(K == MemRegion::StaticGlobalSpaceRegionKind); in getGlobalsRegion()
692 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind, in getVarRegion()
699 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind, in getVarRegion()
DStore.cpp106 case MemRegion::StaticGlobalSpaceRegionKind: in castRegion()