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 78 StaticGlobalSpaceRegionKind,
80 END_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind,
82 END_MEMSPACES = StaticGlobalSpaceRegionKind,
195 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
205 return R->getKind() == StaticGlobalSpaceRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 105 case MemRegion::StaticGlobalSpaceRegionKind: {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 431 case MemRegion::StaticGlobalSpaceRegionKind: {

Completed in 132 milliseconds