FreeBASIC  0.91.0
parser-decl-typedef.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
Include dependency graph for parser-decl-typedef.bas:

Go to the source code of this file.

Functions

private sub hPtrDecl (byref_as_integer dtype)
 
private function_as_zstring_ptr hReadType (byref_as_integer dtype, byref_as_FBSYMBOL_ptr subtype, byref_as_longint lgt)
 
private sub hAddForwardRef (byval_as_zstring_ptr pid, byval_as_zstring_ptr pfwdname, byref_as_integer dtype, byref_as_FBSYMBOL_ptr subtype, byref_as_longint lgt)
 
private sub hAddTypedef (byval_as_zstring_ptr pid, byval_as_zstring_ptr pfwdname, byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype, byval_as_longint lgt)
 
private function_as_zstring_ptr hReadId ()
 
sub cTypedefMultDecl ()
 
sub cTypedefSingleDecl (byval_as_zstring_ptr pid)
 

Function Documentation

sub cTypedefMultDecl ( )

Definition at line 231 of file parser-decl-typedef.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub cTypedefSingleDecl ( byval_as_zstring_ptr  pid)

Definition at line 264 of file parser-decl-typedef.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private sub hAddForwardRef ( byval_as_zstring_ptr  pid,
byval_as_zstring_ptr  pfwdname,
byref_as_integer  dtype,
byref_as_FBSYMBOL_ptr  subtype,
byref_as_longint  lgt 
)

Definition at line 87 of file parser-decl-typedef.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private sub hAddTypedef ( byval_as_zstring_ptr  pid,
byval_as_zstring_ptr  pfwdname,
byval_as_integer  dtype,
byval_as_FBSYMBOL_ptr  subtype,
byval_as_longint  lgt 
)

Definition at line 159 of file parser-decl-typedef.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private sub hPtrDecl ( byref_as_integer  dtype)

Definition at line 10 of file parser-decl-typedef.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_zstring_ptr hReadId ( )

Definition at line 198 of file parser-decl-typedef.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_zstring_ptr hReadType ( byref_as_integer  dtype,
byref_as_FBSYMBOL_ptr  subtype,
byref_as_longint  lgt 
)

Definition at line 54 of file parser-decl-typedef.bas.

Here is the call graph for this function:

Here is the caller graph for this function: