GCC Middle and Back End API Reference
fixed_point_type_info Struct Reference

#include <dwarf2out.h>

Data Fields

enum fixed_point_scale_factor scale_factor_kind
 
union { 
 
   int   binary 
 
   int   decimal 
 
   struct { 
 
      tree   numerator 
 
      tree   denominator 
 
   }   arbitrary 
 
scale_factor 
 

Field Documentation

◆ [struct]

struct { ... } fixed_point_type_info::arbitrary

◆ binary

int fixed_point_type_info::binary

◆ decimal

int fixed_point_type_info::decimal

◆ denominator

tree fixed_point_type_info::denominator

◆ numerator

tree fixed_point_type_info::numerator

◆ [union]

union { ... } fixed_point_type_info::scale_factor

◆ scale_factor_kind

enum fixed_point_scale_factor fixed_point_type_info::scale_factor_kind

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