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

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

Completed in 75 milliseconds