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

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 239 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const {
475 void StaticGlobalSpaceRegion::dumpToStream(llvm::raw_ostream &os) const {
534 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR];
538 R = A.Allocate<StaticGlobalSpaceRegion>();
539 new (R) StaticGlobalSpaceRegion(this, CR);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 189 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
194 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
912 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>
    [all...]

Completed in 16 milliseconds