FreeBASIC  0.91.0
ASTCTX Class Reference
Collaboration diagram for ASTCTX:

Data Fields

TLIST astTB
 
AST_PROC_CTX proc
 
AST_CALL_CTX call
 
AST_GLOBINST_CTX globinst
 
AST_DATASTMT_CTX data
 
ASTNODE_ptr currblock
 
integer doemit
 
integer typeinicount
 
integer bitfieldcount
 
TLIST dtorlist
 
AST_DTORLIST_SCOPESTACK dtorlistscopes
 
integer dtorlistcookies
 
integer flushdtorlist
 
TLIST asmtoklist
 
integer warn_convoverflow
 

Detailed Description

Definition at line 1782 of file ast.bi.

Field Documentation

TLIST ASTCTX::asmtoklist

Definition at line 1817 of file ast.bi.

TLIST ASTCTX::astTB

Definition at line 1783 of file ast.bi.

integer ASTCTX::bitfieldcount

Definition at line 1802 of file ast.bi.

AST_CALL_CTX ASTCTX::call

Definition at line 1786 of file ast.bi.

ASTNODE_ptr ASTCTX::currblock

Definition at line 1790 of file ast.bi.

AST_DATASTMT_CTX ASTCTX::data

Definition at line 1788 of file ast.bi.

integer ASTCTX::doemit

Definition at line 1792 of file ast.bi.

TLIST ASTCTX::dtorlist

Definition at line 1812 of file ast.bi.

integer ASTCTX::dtorlistcookies

Definition at line 1814 of file ast.bi.

AST_DTORLIST_SCOPESTACK ASTCTX::dtorlistscopes

Definition at line 1813 of file ast.bi.

integer ASTCTX::flushdtorlist

Definition at line 1815 of file ast.bi.

AST_GLOBINST_CTX ASTCTX::globinst

Definition at line 1787 of file ast.bi.

AST_PROC_CTX ASTCTX::proc

Definition at line 1785 of file ast.bi.

integer ASTCTX::typeinicount

Definition at line 1799 of file ast.bi.

integer ASTCTX::warn_convoverflow

Definition at line 1824 of file ast.bi.


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