#include <more/lang/cx_expr.h>
Inheritance diagram for more::lang::cx_literal:
Don't use this directly, use make_literal, which performs float and integer promotion to limit the number of template instances of this class. Otherwise, undefined references may occur.
|
|
|
Append constructors of this expression to blk.
Reimplemented from more::lang::cx_expr. |
|
Append destructors of this expression to blk. Implementations of this function shall not declare variables in blk. Reimplemented from more::lang::cx_expr. |
|
Print the C source code of this expression. The default implementation thows a logic error. This function may be overloaded to extend the backend, otherwise it may be easier to transform the source code. Reimplemented from more::lang::cx_expr. |