C-Breeze
C Compiler Infrastructure

[ Project home page]

ast.h File Reference

Go to the source code of this file.

Defines

#define REF
#define TREE

Functions

template<class T>
void dataflow_forward_list (list< T > &l, FlowVal *v, FlowProblem &fp)
template<class T>
void dataflow_reverse_list (list< T > &l, FlowVal *v, FlowProblem &fp)
template<class T>
void output_list (list< T > &l, output_context &ct, Node *par)
template<class T>
void output_delim_list (list< T > &l, output_context &ct, Node *par, char delim)
template<class T>
void delete_list (list< T > &l)


Define Documentation

#define REF
 

Definition at line 45 of file ast.h.

#define TREE
 

Definition at line 46 of file ast.h.


Function Documentation

template<class T>
void dataflow_forward_list list< T > &  l,
FlowVal v,
FlowProblem fp
 

Definition at line 6275 of file ast.h.

template<class T>
void dataflow_reverse_list list< T > &  l,
FlowVal v,
FlowProblem fp
 

Definition at line 6284 of file ast.h.

template<class T>
void delete_list list< T > &  l  ) 
 

Definition at line 6318 of file ast.h.

template<class T>
void output_delim_list list< T > &  l,
output_context ct,
Node par,
char  delim
 

Definition at line 6302 of file ast.h.

References output_context::continue_line(), and output_context::space().

template<class T>
void output_list list< T > &  l,
output_context ct,
Node par
 

Definition at line 6293 of file ast.h.


Generated on February 1, 2006
Back to the C-Breeze home page