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

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 62 if (!R || !isa<StackSpaceRegion>(R->getMemorySpace()))
92 if (isa<VarRegion>(R) && isa<StackLocalsSpaceRegion>(R->getMemorySpace()))
NSErrorChecker.cpp 195 stackReg = dyn_cast<StackArgumentsSpaceRegion>(VR->getMemorySpace()))
UnixAPIChecker.cpp 182 if (!R || !isa<StackSpaceRegion>(R->getMemorySpace()))
198 if (isa<VarRegion>(R) && isa<StackLocalsSpaceRegion>(R->getMemorySpace()))
MallocChecker.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 151 if (isa<HeapSpaceRegion>(R->getMemorySpace()))
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 171 const StackSpaceRegion *SSR = dyn_cast<StackSpaceRegion>(getMemorySpace());
    [all...]
SimpleSValBuilder.cpp 732 const MemSpaceRegion *LeftMS = LeftBase->getMemorySpace();
733 const MemSpaceRegion *RightMS = RightBase->getMemorySpace();
    [all...]
RegionStore.cpp     [all...]
BugReporterVisitors.cpp 435 const MemSpaceRegion *VarSpace = VR->getMemorySpace();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 101 const MemSpaceRegion *getMemorySpace() const;
    [all...]

Completed in 3076 milliseconds