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  

testNodeInfo.cc File Reference

#include "nodeinfo.h"
#include "linker.h"

Go to the source code of this file.

Compounds

class  P
class  W

Defines

#define CG_PREFIX   "Callgraph:"

Variables

char * TypNames []
Phases READ ("read", new P(true))
Phases WRITE ("write", new P(false))


Define Documentation

#define CG_PREFIX   "Callgraph:"
 

Definition at line 79 of file testNodeInfo.cc.

Referenced by W::at_call(), and P::run().


Variable Documentation

Phases READ("read", new P(true))
 

char* TypNames[]
 

Definition at line 99 of file testNodeInfo.cc.

Referenced by NodeInfo::getNode(), P::run(), NodeInfo::writeCall(), NodeInfo::writeDecl(), NodeInfo::writeExpr(), and NodeInfo::writeStmt().

Phases WRITE("write", new P(false))
 


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