FreeBASIC  0.91.0
symb-const.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "hash.bi"
#include "list.bi"
#include "ir.bi"
Include dependency graph for symb-const.bas:

Go to the source code of this file.

Functions

function_as_FBSYMBOL_ptr symbAddConst (byval_as_zstring_ptr symbol, byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype, byval_as_FBVALUE_ptr value, byval_as_integer attrib)
 
function_as_FBSYMBOL_ptr symbAllocFloatConst (byval_as_double value, byval_as_integer dtype)
 
function_as_FBSYMBOL_ptr symbAllocIntConst (byval_as_integer value, byval_as_integer dtype)
 
function_as_FBSYMBOL_ptr symbAllocLongIntConst (byval_as_longint value, byval_as_integer dtype)
 
function_as_FBSYMBOL_ptr symbAllocStrConst (byval_as_zstring_ptr sname, byval_as_integer lgt)
 
function_as_FBSYMBOL_ptr symbAllocWStrConst (byval_as_wstring_ptr sname, byval_as_integer lgt)
 
sub symbDelConst (byval_as_FBSYMBOL_ptr s)
 
function_as_string symbGetConstValueAsStr (byval_as_FBSYMBOL_ptr s)
 
function_as_FBSYMBOL_ptr symbCloneConst (byval_as_FBSYMBOL_ptr sym)
 

Function Documentation

function_as_FBSYMBOL_ptr symbAddConst ( byval_as_zstring_ptr  symbol,
byval_as_integer  dtype,
byval_as_FBSYMBOL_ptr  subtype,
byval_as_FBVALUE_ptr  value,
byval_as_integer  attrib 
)

Definition at line 15 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbAllocFloatConst ( byval_as_double  value,
byval_as_integer  dtype 
)

Definition at line 44 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbAllocIntConst ( byval_as_integer  value,
byval_as_integer  dtype 
)

Definition at line 83 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbAllocLongIntConst ( byval_as_longint  value,
byval_as_integer  dtype 
)

Definition at line 123 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbAllocStrConst ( byval_as_zstring_ptr  sname,
byval_as_integer  lgt 
)

Definition at line 163 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbAllocWStrConst ( byval_as_wstring_ptr  sname,
byval_as_integer  lgt 
)

Definition at line 210 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbCloneConst ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 288 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub symbDelConst ( byval_as_FBSYMBOL_ptr  s)

Definition at line 259 of file symb-const.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_string symbGetConstValueAsStr ( byval_as_FBSYMBOL_ptr  s)

Definition at line 268 of file symb-const.bas.

Here is the caller graph for this function: