ddmd.optimize

Compiler implementation of the D programming language.

Members

Functions

Expression_optimize
Expression Expression_optimize(Expression e, int result, bool keepLvalue)
Undocumented in source. Be warned that the author may not have intended to support it.
expandVar
Expression expandVar(int result, VarDeclaration v)

If variable has a const initializer, return that initializer.

fromConstInitializer
Expression fromConstInitializer(int result, Expression e1)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Source

See Source File
$(DMDSRC _optimize.d)