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  

dismantle.h File Reference

#include <map>
#include <set>
#include <stack>

Go to the source code of this file.

Compounds

class  ArrowDismantle
class  BreakContinueChanger
class  ControlDismantle
class  Dismantle
 main dismantler method More...

class  DismantleUtil
class  ExpressionDismantle
class  FlattenDismantle
class  InitializerDismantle
class  LabelDismantle
class  LoopDismantle
class  ReturnDismantle
class  SelectionDismantle
class  StaticToGlobalDismantle
class  TernaryDismantle

Typedefs

typedef map< unsigned int,
unsigned int > 
op_id_map
typedef set< unsigned int > op_id_set


Typedef Documentation

typedef map<unsigned int, unsigned int> op_id_map
 

Definition at line 46 of file dismantle.h.

typedef set<unsigned int> op_id_set
 

Definition at line 47 of file dismantle.h.


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