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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 278 class GlobalSystemSpaceRegion : public NonStaticGlobalSpaceRegion {
281 GlobalSystemSpaceRegion(MemRegionManager *mgr)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 544 void GlobalSystemSpaceRegion::dumpToStream(raw_ostream &os) const {
545 os << "GlobalSystemSpaceRegion";
    [all...]
RegionStore.cpp 673 return isa<GlobalSystemSpaceRegion>(R->getMemorySpace());
    [all...]

Completed in 179 milliseconds