Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "oberon/sema/decl.h"
#include "oberon/sema/type.h"
#include "oberon/sema/expr.h"
#include "memory/memory.h"
#include "cthulhu/util/util.h"
#include "notify/notify.h"
#include "arena/arena.h"
#include "std/vector.h"
#include "base/panic.h"
#include "core/macros.h"
Go to the source code of this file.
Functions | |
obr_forward_t | obr_forward_decl (tree_t *sema, obr_t *decl) |
tree_t * | obr_add_init (tree_t *sema, obr_t *mod) |
obr_forward_t obr_forward_decl | ( | tree_t * | sema, |
obr_t * | decl | ||
) |