Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDRegions.def45 REGION(StaticGlobalSpaceRegion, MemSpaceRegion)
HDMemRegion.h265 class StaticGlobalSpaceRegion : public GlobalsSpaceRegion {
270 StaticGlobalSpaceRegion(MemRegionManager &mgr, const CodeTextRegion *cr) in StaticGlobalSpaceRegion() function
1418 llvm::DenseMap<const CodeTextRegion *, StaticGlobalSpaceRegion *>
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.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()
HDRegionStore.cpp2230 if (isa<StaticGlobalSpaceRegion>(MS)) in getBindingForVar()
HDExprEngine.cpp3496 !isa<StackSpaceRegion, StaticGlobalSpaceRegion>(MR->getMemorySpace())) { in processPointerEscapedOnBind()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDStackAddrEscapeChecker.cpp394 if (isa<StaticGlobalSpaceRegion>(Space)) in checkEndFunction()