FreeBASIC  0.91.0
parser-quirk-math.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
#include "rtl.bi"
#include "ast.bi"
Include dependency graph for parser-quirk-math.bas:

Go to the source code of this file.

Functions

private function_as_ASTNODE_ptr hMathOp (byval_as_AST_OP op)
 
private function_as_ASTNODE_ptr hAtan2 ()
 
private function_as_ASTNODE_ptr hLen (byval_as_ASTNODE_ptr expr, byref_as_longint lgt)
 
private function_as_ASTNODE_ptr hLenSizeof (byval_as_integer is_len, byval_as_integer isasm)
 
function_as_ASTNODE_ptr cMathFunct (byval_as_FB_TOKEN tk, byval_as_integer isasm)
 

Function Documentation

function_as_ASTNODE_ptr cMathFunct ( byval_as_FB_TOKEN  tk,
byval_as_integer  isasm 
)

Definition at line 179 of file parser-quirk-math.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hAtan2 ( )

Definition at line 28 of file parser-quirk-math.bas.

Here is the call graph for this function:

private function_as_ASTNODE_ptr hLen ( byval_as_ASTNODE_ptr  expr,
byref_as_longint  lgt 
)

Definition at line 49 of file parser-quirk-math.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hLenSizeof ( byval_as_integer  is_len,
byval_as_integer  isasm 
)

Definition at line 96 of file parser-quirk-math.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hMathOp ( byval_as_AST_OP  op)

Definition at line 12 of file parser-quirk-math.bas.

Here is the call graph for this function:

Here is the caller graph for this function: