#include <Module.h>
Definition at line 28 of file Module.h.
◆ Module()
◆ block()
const Block & nest::Module::block |
( |
void |
| ) |
const |
|
inline |
◆ domain() [1/2]
◆ domain() [2/2]
Definition at line 45 of file Module.h.
45{ return _domain_ctx; }
◆ push()
void nest::Module::push |
( |
const Expr & |
expr | ) |
|
Definition at line 24 of file Module.cpp.
25{
26 auto stmt = std::make_shared<stmt::PushNode>(expr);
28}
void append(const Stmt &stmt)
References nest::Block::append().
◆ ret() [1/2]
void nest::Module::ret |
( |
const Closure & |
closure | ) |
|
◆ ret() [2/2]
const Ret & nest::Module::ret |
( |
void |
| ) |
const |
◆ var() [1/2]
◆ var() [2/2]
const VarContext & nest::Module::var |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: