GCC Middle and Back End API Reference
temp_name Struct Reference
Collaboration diagram for temp_name:

Data Fields

const char * suffix
int length
int unique
const char * filename
int filename_length
struct temp_namenext

Detailed Description

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.   

Field Documentation

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().


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