|
GCC Middle and Back End API Reference
|
#include <gengtype.h>

Data Fields | |
| struct outf * | next |
| const char * | name |
| size_t | buflength |
| size_t | bufused |
| char * | buf |
Structure representing an output file.
| char* outf::buf |
Referenced by close_output_files(), is_file_equal(), and oprintf().
| size_t outf::buflength |
Referenced by close_output_files(), and oprintf().
| size_t outf::bufused |
Referenced by close_output_files(), is_file_equal(), and oprintf().
| const char* outf::name |
Referenced by close_output_files(), create_file(), get_output_file_name(), get_output_file_with_visibility(), is_file_equal(), and main().
| struct outf* outf::next |
Referenced by close_output_files(), create_file(), and get_output_file_with_visibility().