clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
clang::ento::NonStaticGlobalSpaceRegion Class Reference

The region for all the non-static global variables. More...

#include <MemRegion.h>

Inheritance diagram for clang::ento::NonStaticGlobalSpaceRegion:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::NonStaticGlobalSpaceRegion:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void dumpToStream (raw_ostream &os) const

Static Public Member Functions

static bool classof (const MemRegion *R)

Protected Member Functions

 NonStaticGlobalSpaceRegion (MemRegionManager *mgr, Kind k)

Friends

class MemRegionManager

Detailed Description

The region for all the non-static global variables.

This class is further split into subclasses for efficient implementation of invalidating a set of related global values as is done in RegionStoreManager::invalidateRegions (instead of finding all the dependent globals, we invalidate the whole parent region).

Definition at line 231 of file MemRegion.h.


Constructor & Destructor Documentation

clang::ento::NonStaticGlobalSpaceRegion::NonStaticGlobalSpaceRegion ( MemRegionManager mgr,
Kind  k 
) [inline, protected]

Definition at line 235 of file MemRegion.h.


Member Function Documentation

static bool clang::ento::NonStaticGlobalSpaceRegion::classof ( const MemRegion R) [inline, static]
void clang::ento::NonStaticGlobalSpaceRegion::dumpToStream ( raw_ostream &  os) const [virtual]

Friends And Related Function Documentation

friend class MemRegionManager [friend]

The documentation for this class was generated from the following file: