gcc.builtins

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
__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



Page generated by Ddoc.