Declarations are automatically created by the compiler. All
declarations start with "__builtin_". Refer to builtins.def in the
GCC source for a list of functions. Not all of the functions are
supported.
In addition to built-in functions, the following types are defined.
___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
Declarations are automatically created by the compiler. All declarations start with "__builtin_". Refer to builtins.def in the GCC source for a list of functions. Not all of the functions are supported.
In addition to built-in functions, the following types are defined.