clang API Documentation

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.

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 260 of file MemRegion.h.


Constructor & Destructor Documentation

Definition at line 264 of file MemRegion.h.


Member Function Documentation

static bool clang::ento::NonStaticGlobalSpaceRegion::classof ( const MemRegion R) [inline, static]

Friends And Related Function Documentation

friend class MemRegionManager [friend]

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