Home
last modified time | relevance | path

Searched refs:StaticGlobalSpaceRegion (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp252 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
517 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
637 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR]; in getGlobalsRegion()
641 R = A.Allocate<StaticGlobalSpaceRegion>(); in getGlobalsRegion()
642 new (R) StaticGlobalSpaceRegion(this, CR); in getGlobalsRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h221 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
226 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() function
1095 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>