| __builtin_va_list | The target's va_list type |
| __builtin_Clong | The D equivalent of the target's C "long" type |
| __builtin_Culong | The D equivalent of the target's C "unsigned long" type |
| __builtin_machine_int | Signed word-sized integer |
| __builtin_machine_uint | Unsigned word-sized integer |
| __builtin_pointer_int | Signed pointer-sized integer |
| __builtin_pointer_uint | Unsigned pointer-sized integer |