Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "ctu/sema/decl.h"
#include "arena/arena.h"
#include "core/macros.h"
#include "cthulhu/events/events.h"
#include "ctu/driver.h"
#include "ctu/sema/type.h"
#include "ctu/sema/expr.h"
#include "ctu/sema/decl/function.h"
#include "cthulhu/tree/query.h"
#include "cthulhu/util/util.h"
#include "cthulhu/util/types.h"
#include "memory/memory.h"
#include "std/map.h"
#include "std/vector.h"
#include "std/str.h"
#include "base/panic.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
ctu_forward_t | ctu_forward_decl (tree_t *sema, ctu_t *decl) |
ctu_forward_t ctu_forward_decl | ( | tree_t * | sema, |
ctu_t * | decl | ||
) |