HomeSort by: relevance | last modified time | path
    Searched defs:CFI_type_kind_shift (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/
ISO_Fortran_binding.h 120 CFI_type_kind_shift = 8
123 CFI_type_example = CFI_intrinsic_type + (CFI_type_kind << CFI_type_kind_shift)
125 CFI_type_kind = 0 0 0 0 0 0 0 0 1 0 0 0 << CFI_type_kind_shift
137 CFI_type_kind = (CFI_type_example - CFI_intrinsic_type) >> CFI_type_kind_shift
141 1 0 0 0 0 0 0 0 0 0 0 0 >> CFI_type_kind_shift
146 #define CFI_type_kind_shift 8
167 #define CFI_type_char (CFI_type_Character + (1 << CFI_type_kind_shift))
168 #define CFI_type_ucs4_char (CFI_type_Character + (4 << CFI_type_kind_shift))
171 #define CFI_type_signed_char (CFI_type_Integer + (sizeof (char) << CFI_type_kind_shift))
172 #define CFI_type_short (CFI_type_Integer + (sizeof (short) << CFI_type_kind_shift))
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/
ISO_Fortran_binding.h 120 CFI_type_kind_shift = 8
123 CFI_type_example = CFI_intrinsic_type + (CFI_type_kind << CFI_type_kind_shift)
125 CFI_type_kind = 0 0 0 0 0 0 0 0 1 0 0 0 << CFI_type_kind_shift
137 CFI_type_kind = (CFI_type_example - CFI_intrinsic_type) >> CFI_type_kind_shift
141 1 0 0 0 0 0 0 0 0 0 0 0 >> CFI_type_kind_shift
146 #define CFI_type_kind_shift 8
167 #define CFI_type_char (CFI_type_Character + (1 << CFI_type_kind_shift))
168 #define CFI_type_ucs4_char (CFI_type_Character + (4 << CFI_type_kind_shift))
171 #define CFI_type_signed_char (CFI_type_Integer + (sizeof (char) << CFI_type_kind_shift))
172 #define CFI_type_short (CFI_type_Integer + (sizeof (short) << CFI_type_kind_shift))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 111 #define CFI_type_kind_shift 8
113 #define CFI_type_from_type_kind(t, k) (t + (k << CFI_type_kind_shift))
125 #define CFI_type_kind_shift 8
135 #define CFI_type_ucs4_char (CFI_type_Character + (4 << CFI_type_kind_shift))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 111 #define CFI_type_kind_shift 8
113 #define CFI_type_from_type_kind(t, k) (t + (k << CFI_type_kind_shift))
125 #define CFI_type_kind_shift 8
135 #define CFI_type_ucs4_char (CFI_type_Character + (4 << CFI_type_kind_shift))

Completed in 34 milliseconds