class GlobalInternalSpaceRegion
Declaration
class GlobalInternalSpaceRegion : public NonStaticGlobalSpaceRegion { /* full declaration omitted */ };
Description
The region containing globals which can be modified by calls to "internally" defined functions - (for now just) functions other then system calls.
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:345
Inherits from: NonStaticGlobalSpaceRegion
Member Variables
Inherited from MemSpaceRegion:
Method Overview
- private GlobalInternalSpaceRegion(clang::ento::MemRegionManager & mgr)
- public static bool classof(const clang::ento::MemRegion * R)
- public void dumpToStream(llvm::raw_ostream & os) const
Inherited from NonStaticGlobalSpaceRegion:
Inherited from GlobalsSpaceRegion:
Inherited from MemSpaceRegion:
Inherited from MemRegion:
- public Profile
- public StripCasts
- public canPrintPretty
- public canPrintPrettyAsExpr
- public castAs
- public dump
- public dumpToStream
- public getAs
- public getAsOffset
- public getBaseRegion
- public getContext
- public getDescriptiveName
- public getKind
- public getMemRegionManager
- public getMemorySpace
- public getMostDerivedObjectRegion
- public getString
- public getSymbolicBase
- public hasGlobalsOrParametersStorage
- public hasStackNonParametersStorage
- public hasStackParametersStorage
- public hasStackStorage
- public isBoundable
- public isSubRegionOf
- public printPretty
- public printPrettyAsExpr
- public sourceRange
Inherited from FoldingSetBase::Node:
Methods
¶GlobalInternalSpaceRegion(
clang::ento::MemRegionManager& mgr)
GlobalInternalSpaceRegion(
clang::ento::MemRegionManager& mgr)
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:348
Parameters
¶static bool classof(
const clang::ento::MemRegion* R)
static bool classof(
const clang::ento::MemRegion* R)
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:354
Parameters
- const clang::ento::MemRegion* R
¶void dumpToStream(llvm::raw_ostream& os) const
void dumpToStream(llvm::raw_ostream& os) const
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:352