Home
last modified time | relevance | path

Searched refs:CFI_type_Complex (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DISO_Fortran_binding.h152 #define CFI_type_Complex 4 macro
195 #define CFI_type_float_Complex (CFI_type_Complex + (sizeof (float) << CFI_type_kind_shift))
196 #define CFI_type_double_Complex (CFI_type_Complex + (sizeof (double) << CFI_type_kind_shift))
271 #define CFI_type_long_double_Complex (CFI_type_Complex + (10 << CFI_type_kind_shift))
278 #define CFI_type_long_double_Complex (CFI_type_Complex + (10 << CFI_type_kind_shift))
285 #define CFI_type_long_double_Complex (CFI_type_Complex + (16 << CFI_type_kind_shift))
292 #define CFI_type_long_double_Complex (CFI_type_Complex + (16 << CFI_type_kind_shift))
311 #define CFI_type_float128_Complex (CFI_type_Complex + (16 << CFI_type_kind_shift))
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A DISO_Fortran_binding.h152 #define CFI_type_Complex 4 macro
197 #define CFI_type_float_Complex (CFI_type_Complex + (4 << CFI_type_kind_shift))
198 #define CFI_type_double_Complex (CFI_type_Complex + (8 << CFI_type_kind_shift))
199 #define CFI_type_long_double_Complex (CFI_type_Complex + (10 << CFI_type_kind_shift))
200 #define CFI_type_float128_Complex (CFI_type_Complex + (16 << CFI_type_kind_shift))
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c389 if (base_type == CFI_type_Complex) in CFI_establish()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c364 if (base_type == CFI_type_Complex) in CFI_establish()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h131 #define CFI_type_Complex 4 macro
H A DChangeLog-2021778 CFI_type_Real, CFI_type_Complex, CFI_type_Character,
H A Dtrans-decl.cc6925 CFI_type_Complex)); in gfc_conv_cfi_to_gfc()
H A Dtrans-expr.cc5788 CFI_type_Complex)); in gfc_conv_gfc_desc_to_cfi_desc()