|
clang
3.8.0
|
#include <MemRegion.h>
Static Public Member Functions | |
| static bool | classof (const MemRegion *R) |
Static Public Member Functions inherited from clang::ento::MemSpaceRegion | |
| static bool | classof (const MemRegion *R) |
Protected Member Functions | |
| GlobalsSpaceRegion (MemRegionManager *mgr, Kind k) | |
Protected Member Functions inherited from clang::ento::MemSpaceRegion | |
| MemSpaceRegion (MemRegionManager *mgr, Kind k) | |
| MemRegionManager * | getMemRegionManager () const override |
Protected Member Functions inherited from clang::ento::MemRegion | |
| MemRegion (Kind k) | |
| virtual | ~MemRegion () |
Additional Inherited Members | |
Public Types inherited from clang::ento::MemRegion | |
| enum | Kind { CodeSpaceRegionKind, StackLocalsSpaceRegionKind, StackArgumentsSpaceRegionKind, HeapSpaceRegionKind, UnknownSpaceRegionKind, StaticGlobalSpaceRegionKind, GlobalInternalSpaceRegionKind, GlobalSystemSpaceRegionKind, GlobalImmutableSpaceRegionKind, BEGIN_NON_STATIC_GLOBAL_MEMSPACES = GlobalInternalSpaceRegionKind, END_NON_STATIC_GLOBAL_MEMSPACES = GlobalImmutableSpaceRegionKind, BEGIN_GLOBAL_MEMSPACES = StaticGlobalSpaceRegionKind, END_GLOBAL_MEMSPACES = GlobalImmutableSpaceRegionKind, BEGIN_MEMSPACES = CodeSpaceRegionKind, END_MEMSPACES = GlobalImmutableSpaceRegionKind, SymbolicRegionKind, AllocaRegionKind, BEGIN_TYPED_REGIONS, FunctionCodeRegionKind = BEGIN_TYPED_REGIONS, BlockCodeRegionKind, BlockDataRegionKind, BEGIN_TYPED_VALUE_REGIONS, CompoundLiteralRegionKind = BEGIN_TYPED_VALUE_REGIONS, CXXThisRegionKind, StringRegionKind, ObjCStringRegionKind, ElementRegionKind, BEGIN_DECL_REGIONS, VarRegionKind = BEGIN_DECL_REGIONS, FieldRegionKind, ObjCIvarRegionKind, END_DECL_REGIONS = ObjCIvarRegionKind, CXXTempObjectRegionKind, CXXBaseObjectRegionKind, END_TYPED_VALUE_REGIONS = CXXBaseObjectRegionKind, END_TYPED_REGIONS = CXXBaseObjectRegionKind } |
Public Member Functions inherited from clang::ento::MemSpaceRegion | |
| bool | isBoundable () const override |
| void | Profile (llvm::FoldingSetNodeID &ID) const override |
Public Member Functions inherited from clang::ento::MemRegion | |
| ASTContext & | getContext () const |
| const MemSpaceRegion * | getMemorySpace () const |
| const MemRegion * | getBaseRegion () const |
| virtual bool | isSubRegionOf (const MemRegion *R) const |
| Check if the region is a subregion of the given region. More... | |
| const MemRegion * | StripCasts (bool StripBaseCasts=true) const |
| const SymbolicRegion * | getSymbolicBase () const |
| If this is a symbolic region, returns the region. More... | |
| bool | hasGlobalsOrParametersStorage () const |
| bool | hasStackStorage () const |
| bool | hasStackNonParametersStorage () const |
| bool | hasStackParametersStorage () const |
| RegionOffset | getAsOffset () const |
| Compute the offset within the top level memory object. More... | |
| std::string | getString () const |
| Get a string representation of a region for debug use. More... | |
| virtual void | dumpToStream (raw_ostream &os) const |
| void | dump () const |
| virtual bool | canPrintPretty () const |
| Returns true if this region can be printed in a user-friendly way. More... | |
| virtual void | printPretty (raw_ostream &os) const |
| Print the region for use in diagnostics. More... | |
| virtual bool | canPrintPrettyAsExpr () const |
| Returns true if this region's textual representation can be used as part of a larger expression. More... | |
| virtual void | printPrettyAsExpr (raw_ostream &os) const |
| Print the region as expression. More... | |
| Kind | getKind () const |
| template<typename RegionTy > | |
| const RegionTy * | getAs () const |
Protected Attributes inherited from clang::ento::MemSpaceRegion | |
| MemRegionManager * | Mgr |
Definition at line 231 of file MemRegion.h.
|
inlineprotected |
Definition at line 234 of file MemRegion.h.
Definition at line 237 of file MemRegion.h.
References clang::ento::MemRegion::BEGIN_GLOBAL_MEMSPACES, clang::ento::MemRegion::END_GLOBAL_MEMSPACES, and clang::ento::MemRegion::getKind().
1.8.6