Home
last modified time | relevance | path

Searched refs:CFI_type_Real (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DISO_Fortran_binding.h151 #define CFI_type_Real 3 macro
193 #define CFI_type_float (CFI_type_Real + (sizeof (float) << CFI_type_kind_shift))
194 #define CFI_type_double (CFI_type_Real + (sizeof (double) << CFI_type_kind_shift))
270 #define CFI_type_long_double (CFI_type_Real + (10 << CFI_type_kind_shift))
277 #define CFI_type_long_double (CFI_type_Real + (10 << CFI_type_kind_shift))
284 #define CFI_type_long_double (CFI_type_Real + (16 << CFI_type_kind_shift))
291 #define CFI_type_long_double (CFI_type_Real + (16 << CFI_type_kind_shift))
310 #define CFI_type_float128 (CFI_type_Real + (16 << CFI_type_kind_shift))
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A DISO_Fortran_binding.h151 #define CFI_type_Real 3 macro
193 #define CFI_type_float (CFI_type_Real + (4 << CFI_type_kind_shift))
194 #define CFI_type_double (CFI_type_Real + (8 << CFI_type_kind_shift))
195 #define CFI_type_long_double (CFI_type_Real + (10 << CFI_type_kind_shift))
196 #define CFI_type_float128 (CFI_type_Real + (16 << CFI_type_kind_shift))
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h130 #define CFI_type_Real 3 macro
H A DChangeLog-2021778 CFI_type_Real, CFI_type_Complex, CFI_type_Character,
H A Dtrans-decl.cc6942 CFI_type_Real)); in gfc_conv_cfi_to_gfc()