|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "base/util.h"#include "cthulhu/check/check.h"#include "cthulhu/events/events.h"#include "cthulhu/tree/ops.h"#include "cthulhu/util/util.h"#include "cthulhu/util/types.h"#include "cthulhu/tree/tree.h"#include "cthulhu/tree/query.h"#include "arena/arena.h"#include "std/vector.h"#include "std/set.h"#include "std/map.h"#include "std/str.h"#include "base/panic.h"#include "core/macros.h"#include <stdint.h>#include <stdio.h>
Go to the source code of this file.
Data Structures | |
| struct | check_t |
Functions | |
| STA_DECL void | check_tree (logger_t *reports, vector_t *mods, arena_t *arena) |
| check the tree form IR all found errors are reported to the reports object More... | |