ddmd.builtin

Compiler implementation of the D programming language.

Members

Functions

add_builtin
void add_builtin(const(char)* mangle, builtin_fp fp)
Undocumented in source. Be warned that the author may not have intended to support it.
builtin_init
void builtin_init()
Undocumented in source. Be warned that the author may not have intended to support it.
eval_builtin
Expression eval_builtin(Loc loc, FuncDeclaration fd, Expressions* arguments)

Evaluate builtin function. Return result; NULL if cannot evaluate it.

isBuiltin
BUILTIN isBuiltin(FuncDeclaration fd)

Determine if function is a builtin one that we can evaluate at compile time.

Meta

Source

See Source File
$(DMDSRC _builtin.d)