GCC Middle and Back End API Reference
acceptance_type Struct Reference

Data Fields

routine_type type: 16
 
unsigned int partial_p: 1
 
union { 
 
   int   subroutine_id 
 
   struct { 
 
      int   code 
 
      union { 
 
         int   num_clobbers 
 
         int   match_len 
 
      }   u 
 
   }   full 
 
u 
 

Detailed Description

Describes a possible successful return from a routine.   

Field Documentation

◆ code

int acceptance_type::code

◆ [struct]

struct { ... } acceptance_type::full

◆ match_len

int acceptance_type::match_len

◆ num_clobbers

int acceptance_type::num_clobbers

◆ partial_p

◆ subroutine_id

int acceptance_type::subroutine_id

◆ type

◆ [union] [1/2]

◆ [union] [2/2]

union { ... } acceptance_type::u

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