Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h349 class GlobalInternalSpaceRegion : public NonStaticGlobalSpaceRegion {
352 GlobalInternalSpaceRegion(MemRegionManager &mgr) in GlobalInternalSpaceRegion() function
834 StringRegion(const StringLiteral *str, const GlobalInternalSpaceRegion *sreg) in StringRegion()
869 const GlobalInternalSpaceRegion *sreg) in ObjCStringRegion()
909 assert(isa<GlobalInternalSpaceRegion>(sReg) || in CompoundLiteralRegion()
1284 assert((isa<StackLocalsSpaceRegion, GlobalInternalSpaceRegion>(sReg))); in CXXLifetimeExtendedObjectRegion()
1410 GlobalInternalSpaceRegion *InternalGlobals = nullptr;
H A DRegions.def41 REGION(GlobalInternalSpaceRegion, NonStaticGlobalSpaceRegion)
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp585 void GlobalInternalSpaceRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
964 Str, cast<GlobalInternalSpaceRegion>(getGlobalsRegion())); in getStringRegion()
970 Str, cast<GlobalInternalSpaceRegion>(getGlobalsRegion())); in getObjCStringRegion()