Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def45 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
H A DMemRegion.h265 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
270 StaticGlobalSpaceRegion(MemRegionManager &mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() function
1418 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp233 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
581 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
938 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR]; in getGlobalsRegion()
942 R = new (A) StaticGlobalSpaceRegion(*this, CR); in getGlobalsRegion()
H A DRegionStore.cpp2230 if (isa<StaticGlobalSpaceRegion>(MS)) in getBindingForVar()
H A DExprEngine.cpp3496 !isa<StackSpaceRegion, StaticGlobalSpaceRegion>(MR->getMemorySpace())) { in processPointerEscapedOnBind()