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 |
int temp_name::filename_length |
int temp_name::length |
struct temp_name* temp_name::next |
const char* temp_name::suffix |
int temp_name::unique |