GCC Middle and Back End API Reference
|
#include <gengtype.h>
Data Fields | |
struct outf * | inpoutf |
lang_bitmap | inpbitmap |
bool | inpisplugin |
char | inpname [1] |
Variable length structure representing an input file. A hash table ensure uniqueness for a given input file name. The only function allocating input_file-s is input_file_by_name.
lang_bitmap input_file_st::inpbitmap |
Referenced by get_lang_bitmap(), and set_lang_bitmap().
bool input_file_st::inpisplugin |
char input_file_st::inpname[1] |
Referenced by get_input_file_name().
struct outf* input_file_st::inpoutf |