GCC Middle and Back End API Reference
|
Data Fields | |
const char * | suffix |
int | length |
int | unique |
const char * | filename |
int | filename_length |
struct temp_name * | next |
This is the list of suffixes and codes (%g/%u/%U/%j) and the associated temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for it here.
const char* temp_name::filename |
Referenced by do_spec_1().
int temp_name::filename_length |
Referenced by do_spec_1().
int temp_name::length |
Referenced by do_spec_1().
struct temp_name* temp_name::next |
Referenced by do_spec_1().
const char* temp_name::suffix |
Referenced by do_spec_1().
int temp_name::unique |
Referenced by do_spec_1().