Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "oberon/sema/type.h"
#include "oberon/driver.h"
#include "oberon/sema/expr.h"
#include "oberon/sema/sema.h"
#include "cthulhu/events/events.h"
#include "cthulhu/util/types.h"
#include "cthulhu/util/util.h"
#include "std/vector.h"
#include "memory/memory.h"
#include "base/panic.h"
Go to the source code of this file.
Functions | |
tree_t * | obr_sema_type (tree_t *sema, obr_t *type, const char *name) |
const tree_t * | obr_rvalue_type (const tree_t *self) |
tree_t * | obr_cast_type (tree_t *expr, const tree_t *type) |