|
1 | 1 | | ..()(..) | RoutineType | | | | |
|
2 | 2 | | ..(*)(..) | FunctionPointerType | | ..()(..) | | |
|
3 |
| -| _Complex __float128 | FloatingPointType | | | | | |
4 |
| -| _Complex double | FloatingPointType | | | | | |
5 |
| -| _Complex float | FloatingPointType | | | | | |
6 |
| -| _Complex long double | FloatingPointType | | | | | |
| 3 | +| _Complex __float128 | BinaryFloatingPointType, ComplexNumberType | | | | | |
| 4 | +| _Complex double | BinaryFloatingPointType, ComplexNumberType | | | | | |
| 5 | +| _Complex float | BinaryFloatingPointType, ComplexNumberType | | | | | |
| 6 | +| _Complex long double | BinaryFloatingPointType, ComplexNumberType | | | | | |
7 | 7 | | _Decimal32 | Decimal32Type | | | | |
|
8 | 8 | | _Decimal64 | Decimal64Type | | | | |
|
9 | 9 | | _Decimal128 | Decimal128Type | | | | |
|
10 |
| -| _Float32 | FloatingPointType | | | | | |
11 |
| -| _Float32x | FloatingPointType | | | | | |
12 |
| -| _Float64 | FloatingPointType | | | | | |
13 |
| -| _Float64x | FloatingPointType | | | | | |
14 |
| -| _Float128 | FloatingPointType | | | | | |
15 |
| -| _Float128x | FloatingPointType | | | | | |
16 |
| -| _Imaginary double | FloatingPointType | | | | | |
17 |
| -| _Imaginary float | FloatingPointType | | | | | |
18 |
| -| _Imaginary long double | FloatingPointType | | | | | |
| 10 | +| _Float32 | BinaryFloatingPointType, RealNumberType | | | | | |
| 11 | +| _Float32x | BinaryFloatingPointType, RealNumberType | | | | | |
| 12 | +| _Float64 | BinaryFloatingPointType, RealNumberType | | | | | |
| 13 | +| _Float64x | BinaryFloatingPointType, RealNumberType | | | | | |
| 14 | +| _Float128 | BinaryFloatingPointType, RealNumberType | | | | | |
| 15 | +| _Float128x | BinaryFloatingPointType, RealNumberType | | | | | |
| 16 | +| _Imaginary double | BinaryFloatingPointType, ImaginaryNumberType | | | | | |
| 17 | +| _Imaginary float | BinaryFloatingPointType, ImaginaryNumberType | | | | | |
| 18 | +| _Imaginary long double | BinaryFloatingPointType, ImaginaryNumberType | | | | | |
19 | 19 | | __float128 | Float128Type | | | | |
|
20 | 20 | | __int128 | Int128Type | | | | |
|
21 | 21 | | __va_list_tag | DirectAccessHolder, MetricClass, Struct, StructLikeClass | | | | |
|
|
0 commit comments