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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp244 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const {
552 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const {
779 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR];
783 R = A.Allocate<StaticGlobalSpaceRegion>();
784 new (R) StaticGlobalSpaceRegion(this, CR);
H A DRegionStore.cpp2032 if (isa<StaticGlobalSpaceRegion>(MS))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h257 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion { class in namespace:clang::ento
262 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr) function in class:clang::ento::StaticGlobalSpaceRegion
1257 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>

Completed in 98 milliseconds