Cthulhu  0.2.10
Cthulhu compiler collection
check_t Struct Reference
Collaboration diagram for check_t:

Data Fields

logger_treports
 
const tree_tcli_entry
 
const tree_tgui_entry
 
vector_texpr_stack
 
vector_ttype_stack
 
set_tchecked_exprs
 
set_tchecked_types
 

Detailed Description

Definition at line 27 of file tree.c.

Field Documentation

◆ checked_exprs

set_t* check_t::checked_exprs

Definition at line 37 of file tree.c.

◆ checked_types

set_t* check_t::checked_types

Definition at line 38 of file tree.c.

◆ cli_entry

const tree_t* check_t::cli_entry

Definition at line 31 of file tree.c.

◆ expr_stack

vector_t* check_t::expr_stack

Definition at line 34 of file tree.c.

◆ gui_entry

const tree_t* check_t::gui_entry

Definition at line 32 of file tree.c.

◆ reports

logger_t* check_t::reports

Definition at line 29 of file tree.c.

◆ type_stack

vector_t* check_t::type_stack

Definition at line 35 of file tree.c.


The documentation for this struct was generated from the following file: