Builtin Type Mangling
Builtin types are treated specially during mangling to save some space in the identifier strings of types and functions. The following table denotes all valid mangled builtin type names:
Type |
Mangled Name |
---|---|
|
S<width> |
|
SZ |
|
U<width> |
|
UZ |
|
H |
|
F |
|
D |
|
Q |
|
V |
|
C |
|
B |