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  

LIR.h File Reference

#include "instruction.h"

Go to the source code of this file.

Namespaces

namespace  std

Compounds

class  LIR

Typedefs

typedef LirInst *(* BinaryInstProc )(typeNode *, Register &, declNode *, Register, declNode *, reg_or_const, declNode *)
typedef LirInst *(* UnaryInstProc )(typeNode *, Register &, declNode *, Register, declNode *)


Typedef Documentation

typedef LirInst*(* BinaryInstProc)(typeNode *, Register &, declNode *, Register, declNode *, reg_or_const, declNode *)
 

Definition at line 46 of file LIR.h.

typedef LirInst*(* UnaryInstProc)(typeNode *, Register &, declNode *, Register, declNode *)
 

Definition at line 49 of file LIR.h.


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