C-Breeze
C Compiler Infrastructure

[ Project home page]

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.

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.

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 February 1, 2006
Back to the C-Breeze home page