Predator  [unstable] git snapshot
Data Structures | Typedefs | Enumerations | Functions
CodeStorage::PointsTo Namespace Reference

Data Structures

class  Item
class  Node
class  Graph
class  GlobalData

Typedefs

typedef std::vector< const Item * > TItemList
typedef std::set< Node * > TNodeList
typedef std::map< int, Node * > TMap

Enumerations

enum  ItemCodeE {
  PT_ITEM_VAR = 0,
  PT_ITEM_RET,
  PT_ITEM_MALLOC
}

Functions

bool isDead (const GlobalData &)

Typedef Documentation

typedef std::vector<const Item *> TItemList

Definition at line 658 of file storage.hh.

typedef std::map<int, Node *> TMap

Definition at line 682 of file storage.hh.

typedef std::set<Node *> TNodeList

Definition at line 659 of file storage.hh.

Enumeration Type Documentation

enum ItemCodeE
Enumerator:
PT_ITEM_VAR 
PT_ITEM_RET 
PT_ITEM_MALLOC 

Definition at line 622 of file storage.hh.

Function Documentation

bool CodeStorage::PointsTo::isDead ( const GlobalData &  )