C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

pointers.h File Reference

#include "pointeroptions.h"
#include "location.h"
#include "memorymodel.h"
#include "memoryblock.h"
#include "proceduredb.h"
#include "linker.h"
#include "ipanalysis.h"
#include "pointervalue.h"
#include "constants.h"
#include "unification.h"

Go to the source code of this file.

Compounds

class  Pointers
 Pointer analyzer. More...


Typedefs

typedef map< stmtNode *, declNode * > heap_map
typedef heap_map::iterator heap_map_p
typedef list< memoryblock_setmemoryblock_set_list
typedef memoryblock_set_list::iterator memoryblock_set_list_p


Typedef Documentation

typedef map< stmtNode *, declNode *> heap_map
 

Definition at line 52 of file pointers.h.

typedef heap_map::iterator heap_map_p
 

Definition at line 53 of file pointers.h.

Referenced by Pointers::at_allocation(), and Pointers::~Pointers().

typedef list< memoryblock_set > memoryblock_set_list
 

Definition at line 55 of file pointers.h.

typedef memoryblock_set_list::iterator memoryblock_set_list_p
 

Definition at line 56 of file pointers.h.


Generated on August 27, 2003
Back to the C-Breeze home page