|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "oberon/sema/expr.h"#include "oberon/sema/sema.h"#include "oberon/sema/type.h"#include "cthulhu/util/util.h"#include "cthulhu/util/types.h"#include "cthulhu/events/events.h"#include "memory/memory.h"#include "std/vector.h"#include "std/str.h"#include "base/panic.h"#include "core/macros.h"
Go to the source code of this file.
Functions | |
| tree_t * | obr_sema_rvalue (tree_t *sema, obr_t *expr, const tree_t *implicit_type) |
| tree_t * | obr_sema_lvalue (tree_t *sema, obr_t *expr) |
| tree_t * | obr_default_value (const node_t *node, const tree_t *type) |
| tree_t * | obr_sema_stmts (tree_t *sema, const node_t *node, vector_t *stmts) |