Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp257 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
534 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
699 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR]; in getGlobalsRegion()
703 R = A.Allocate<StaticGlobalSpaceRegion>(); in getGlobalsRegion()
704 new (R) StaticGlobalSpaceRegion(this, CR); in getGlobalsRegion()
DRegionStore.cpp1758 if (isa<StaticGlobalSpaceRegion>(MS)) in getBindingForVar()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h237 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() function
1138 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>