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

Data Fields

const charsuffix
 
int length
 
int unique
 
const charfilename
 
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

◆ filename

const char* temp_name::filename

Referenced by do_spec_1(), and make_at_file().

◆ filename_length

int temp_name::filename_length

Referenced by do_spec_1().

◆ length

int temp_name::length

Referenced by do_spec_1().

◆ next

struct temp_name* temp_name::next

Referenced by do_spec_1().

◆ suffix

const char* temp_name::suffix

Referenced by do_spec_1().

◆ unique

int temp_name::unique

Referenced by do_spec_1().


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