Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def45 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
H A DMemRegion.h256 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
261 StaticGlobalSpaceRegion(MemRegionManager &mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() function
1316 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp220 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
546 void StaticGlobalSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
853 StaticGlobalSpaceRegion *&R = StaticsGlobalSpaceRegions[CR]; in getGlobalsRegion()
857 R = A.Allocate<StaticGlobalSpaceRegion>(); in getGlobalsRegion()
858 new (R) StaticGlobalSpaceRegion(*this, CR); in getGlobalsRegion()
H A DRegionStore.cpp1988 if (isa<StaticGlobalSpaceRegion>(MS)) in getBindingForVar()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp352 if (isa<StaticGlobalSpaceRegion>(P.first->getMemorySpace())) in checkEndFunction()