CACAO
Data Fields
typecheck_jsr_t Struct Reference

Data Fields

typecheck_jsr_tnext
 
basicblockstart
 
typecheck_jsr_caller_tcallers
 
basicblockretblock
 
bool active
 
char * blockflags
 
char * usedlocals
 
typedescriptor_tretlocals
 
typedescriptor_tretstack
 
s4 retdepth
 

Detailed Description

Definition at line 212 of file typecheck-common.hpp.

Field Documentation

bool typecheck_jsr_t::active

Definition at line 217 of file typecheck-common.hpp.

char* typecheck_jsr_t::blockflags

Definition at line 218 of file typecheck-common.hpp.

typecheck_jsr_caller_t* typecheck_jsr_t::callers

Definition at line 215 of file typecheck-common.hpp.

typecheck_jsr_t* typecheck_jsr_t::next

Definition at line 213 of file typecheck-common.hpp.

basicblock* typecheck_jsr_t::retblock

Definition at line 216 of file typecheck-common.hpp.

s4 typecheck_jsr_t::retdepth

Definition at line 222 of file typecheck-common.hpp.

typedescriptor_t* typecheck_jsr_t::retlocals

Definition at line 220 of file typecheck-common.hpp.

typedescriptor_t* typecheck_jsr_t::retstack

Definition at line 221 of file typecheck-common.hpp.

basicblock* typecheck_jsr_t::start

Definition at line 214 of file typecheck-common.hpp.

char* typecheck_jsr_t::usedlocals

Definition at line 219 of file typecheck-common.hpp.


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