HomeSort by relevance Sort by last modified time
    Searched full:staticglobalspaceregion (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Regions.def 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
MemRegion.h 233 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 240 if (isa<StaticGlobalSpaceRegion>(cb.V[i].first->getMemorySpace()))
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 253 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const {
536 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const {
757 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR];
761 R = A.Allocate<StaticGlobalSpaceRegion>();
762 new (R) StaticGlobalSpaceRegion(this, CR);
    [all...]
RegionStore.cpp     [all...]

Completed in 1986 milliseconds