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 89 StaticGlobalSpaceRegionKind,
95 BEG_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind,
228 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
238 return R->getKind() == StaticGlobalSpaceRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 652 assert(K == MemRegion::StaticGlobalSpaceRegionKind);
769 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind,
776 sReg = getGlobalsRegion(MemRegion::StaticGlobalSpaceRegionKind,
    [all...]
Store.cpp 119 case MemRegion::StaticGlobalSpaceRegionKind:

Completed in 85 milliseconds