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  

const_phase Class Reference

Inheritance diagram for const_phase:

Phase List of all members.

Public Types

typedef set< constantconstant_set
typedef constant_set::iterator constant_set_p

Public Member Functions

void run ()
virtual void get_flags (str_list_p &arg)
virtual void usage ()

Member Typedef Documentation

typedef set< constant > const_phase::constant_set
 

Definition at line 465 of file test.cc.

typedef constant_set::iterator const_phase::constant_set_p
 

Definition at line 466 of file test.cc.


Member Function Documentation

virtual void Phase::get_flags str_list_p   arg [inline, virtual, inherited]
 

Reimplemented in vcgASTPhase, vcgCCGPhase, TreeCheckerPhase, and pointers_phase.

Definition at line 53 of file phase.h.

void const_phase::run void    [inline, virtual]
 

Implements Phase.

Definition at line 470 of file test.cc.

References constant::set_no_val().

virtual void Phase::usage   [inline, virtual, inherited]
 

Reimplemented in TreeCheckerPhase.

Definition at line 55 of file phase.h.

Referenced by Phase_entry::print().


The documentation for this class was generated from the following file:

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