Cthulhu  0.2.10
Cthulhu compiler collection
Tree form validation

Validation for tree form IR. More...

Collaboration diagram for Tree form validation:

Functions

CT_BEGIN_API CT_CHECK_API 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...
 

Detailed Description

Validation for tree form IR.

Function Documentation

◆ check_tree()

CT_BEGIN_API CT_CHECK_API 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

Parameters
reportsthe reports object
modsthe modules to check
arenathe arena to allocate in

Definition at line 1071 of file tree.c.