HomeSort by relevance Sort by last modified time
    Searched refs:StaticGlobalSpaceRegionKind (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 87 StaticGlobalSpaceRegionKind,
93 BEG_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind,
240 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
250 return R->getKind() == StaticGlobalSpaceRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 700 assert(K == MemRegion::StaticGlobalSpaceRegionKind);
817 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind,
833 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind,
    [all...]
Store.cpp 119 case MemRegion::StaticGlobalSpaceRegionKind:

Completed in 456 milliseconds