Inferno
0.2
|
Variable initialiser or function body. More...
#include <cpptree.hpp>
Variable initialiser or function body.
This intermediate is used for an initial value for for a variable/object in which case it will be an Expression, or for the implementation of a Callable in which case it will be a Compound. For an uninitialised variable/object or a function declaration, it will be Uninitialised.
Definition at line 35 of file cpptree.hpp.