Searched refs:StaticGlobalSpaceRegion (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp257 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const {
536 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const {
701 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR];
705 R = A.Allocate<StaticGlobalSpaceRegion>();
706 new (R) StaticGlobalSpaceRegion(this, CR);
H A DRegionStore.cpp1755 if (isa<StaticGlobalSpaceRegion>(MS))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h234 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion { class in namespace:clang::ento
239 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr) function in class:clang::ento::StaticGlobalSpaceRegion
1135 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>

Completed in 3597 milliseconds