Cthulhu  0.2.10
Cthulhu compiler collection
ctu_sema_t Struct Reference

#include <sema.h>

Collaboration diagram for ctu_sema_t:

Data Fields

tree_tsema
 current scope More...
 
tree_tdecl
 current decl More...
 
vector_tblock
 current statement block More...
 
tree_tcurrent_loop
 current loop More...
 

Detailed Description

sema context

Definition at line 24 of file sema.h.

Field Documentation

◆ block

vector_t* ctu_sema_t::block

current statement block

Definition at line 27 of file sema.h.

◆ current_loop

tree_t* ctu_sema_t::current_loop

current loop

Definition at line 28 of file sema.h.

◆ decl

tree_t* ctu_sema_t::decl

current decl

Definition at line 26 of file sema.h.

◆ sema

tree_t* ctu_sema_t::sema

current scope

Definition at line 25 of file sema.h.


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