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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 77 StaticGlobalSpaceRegionKind,
79 END_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind,
81 END_MEMSPACES = StaticGlobalSpaceRegionKind,
196 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
206 return R->getKind() == StaticGlobalSpaceRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 105 case MemRegion::StaticGlobalSpaceRegionKind: {

Completed in 190 milliseconds