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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 77 NonStaticGlobalSpaceRegionKind,
79 BEG_GLOBAL_MEMSPACES = NonStaticGlobalSpaceRegionKind,
213 : GlobalsSpaceRegion(mgr, NonStaticGlobalSpaceRegionKind) {}
220 return R->getKind() == NonStaticGlobalSpaceRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 104 case MemRegion::NonStaticGlobalSpaceRegionKind:
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 430 case MemRegion::NonStaticGlobalSpaceRegionKind:

Completed in 17 milliseconds