FreeBASIC
0.91.0
|
Go to the source code of this file.
Macros | |
#define | CHECK_CODEMASK(for_tk, until_tk) |
#define | hExitError(errnum) |
Functions | |
sub | parserSelectStmtInit () |
sub | parserSelectStmtEnd () |
sub | parserSelConstStmtInit () |
sub | parserSelConstStmtEnd () |
sub | cCompoundEnd () |
sub | parserCompoundStmtSetCtx () |
sub | parserCompoundStmtInit () |
sub | parserCompoundStmtEnd () |
function_as_integer | cCompoundStmt (void) |
sub | cEndStatement () |
private function_as_integer | hCheckForCtorResult () |
sub | cExitStatement () |
sub | cContinueStatement () |
function_as_integer | cCompStmtCheck () |
function_as_FB_CMPSTMTSTK_ptr | cCompStmtPush (byval_as_FB_TOKEN id, byval_as_FB_CMPSTMT_MASK allowmask) |
function_as_FB_CMPSTMTSTK_ptr | cCompStmtGetTOS (byval_as_FB_TOKEN forid, byval_as_integer showerror) |
sub | cCompStmtPop (byval_as_FB_CMPSTMTSTK_ptr stk) |
function_as_integer | cCompStmtIsAllowed (byval_as_FB_CMPSTMT_MASK allowmask) |
#define CHECK_CODEMASK | ( | for_tk, | |
until_tk | |||
) |
Definition at line 36 of file parser-compound.bas.
#define hExitError | ( | errnum) |
Definition at line 176 of file parser-compound.bas.
private sub cCompoundEnd | ( | ) |
Definition at line 461 of file parser-compound.bas.
function_as_integer cCompoundStmt | ( | void | ) |
Definition at line 53 of file parser-compound.bas.
function_as_integer cCompStmtCheck | ( | ) |
Definition at line 497 of file parser-compound.bas.
function_as_FB_CMPSTMTSTK_ptr cCompStmtGetTOS | ( | byval_as_FB_TOKEN | forid, |
byval_as_integer | showerror | ||
) |
Definition at line 603 of file parser-compound.bas.
function_as_integer cCompStmtIsAllowed | ( | byval_as_FB_CMPSTMT_MASK | allowmask) |
Definition at line 699 of file parser-compound.bas.
sub cCompStmtPop | ( | byval_as_FB_CMPSTMTSTK_ptr | stk) |
Definition at line 670 of file parser-compound.bas.
function_as_FB_CMPSTMTSTK_ptr cCompStmtPush | ( | byval_as_FB_TOKEN | id, |
byval_as_FB_CMPSTMT_MASK | allowmask | ||
) |
Definition at line 560 of file parser-compound.bas.
sub cContinueStatement | ( | ) |
Definition at line 370 of file parser-compound.bas.
sub cEndStatement | ( | ) |
Definition at line 140 of file parser-compound.bas.
sub cExitStatement | ( | ) |
Definition at line 184 of file parser-compound.bas.
private function_as_integer hCheckForCtorResult | ( | ) |
Definition at line 158 of file parser-compound.bas.
sub parserCompoundStmtEnd | ( | ) |
Definition at line 31 of file parser-compound.bas.
sub parserCompoundStmtInit | ( | ) |
Definition at line 26 of file parser-compound.bas.
sub parserCompoundStmtSetCtx | ( | ) |
sub parserSelConstStmtEnd | ( | ) |
Definition at line 26 of file parser-compound-select-const.bas.
sub parserSelConstStmtInit | ( | ) |
Definition at line 22 of file parser-compound-select-const.bas.
sub parserSelectStmtEnd | ( | ) |
Definition at line 40 of file parser-compound-select.bas.
sub parserSelectStmtInit | ( | ) |
Definition at line 36 of file parser-compound-select.bas.