PIPS
type_context_t Struct Reference

context for type checking. More...

#include <bootstrap-local.h>

+ Collaboration diagram for type_context_t:

Data Fields

hash_table types
 
stack stats
 
int number_of_error
 
int number_of_conversion
 
int number_of_simplication
 

Detailed Description

context for type checking.

Definition at line 33 of file bootstrap-local.h.

Field Documentation

◆ number_of_conversion

int type_context_t::number_of_conversion

Definition at line 38 of file bootstrap-local.h.

◆ number_of_error

int type_context_t::number_of_error

Definition at line 37 of file bootstrap-local.h.

Referenced by check_io_list().

◆ number_of_simplication

int type_context_t::number_of_simplication

Definition at line 39 of file bootstrap-local.h.

◆ stats

stack type_context_t::stats

Definition at line 36 of file bootstrap-local.h.

Referenced by check_io_list().

◆ types

hash_table type_context_t::types

Definition at line 35 of file bootstrap-local.h.


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