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  

node.cc File Reference

#include "c_breeze.h"

Go to the source code of this file.

Functions

void print_all (void)

Variables

int ncount = 0
int freqs [100]
char * TypNames []


Function Documentation

void print_all void    [static]
 

Definition at line 118 of file node.cc.

References freqs.


Variable Documentation

int freqs[100]
 

Definition at line 39 of file node.cc.

Referenced by print_all().

int ncount = 0
 

Definition at line 38 of file node.cc.

char* TypNames[]
 

Definition at line 50 of file node.cc.

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


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