|
FAUST compiler
0.9.9.6b8
|
#include "list.hh"#include "boxes.hh"#include "ppbox.hh"#include "signals.hh"#include "prim2.hh"#include "xtended.hh"#include "Text.hh"
Go to the source code of this file.
Functions | |
| const char * | prim0name (CTree *(*ptr)()) |
| const char * | prim1name (CTree *(*ptr)(CTree *)) |
| const char * | prim2name (CTree *(*ptr)(CTree *, CTree *)) |
| const char * | prim3name (CTree *(*ptr)(CTree *, CTree *, CTree *)) |
| const char * | prim4name (CTree *(*ptr)(CTree *, CTree *, CTree *, CTree *)) |
| const char * | prim5name (CTree *(*ptr)(CTree *, CTree *, CTree *, CTree *, CTree *)) |
| static void | streambinop (ostream &fout, Tree t1, const char *op, Tree t2, int curPriority, int upPriority) |
| static void | printRule (ostream &fout, Tree rule) |
| static string | tree2quotedstr (Tree t) |
| static string | type2str (int type) |
Variables | |
| int | gFloatSize |
| const char* prim0name | ( | CTree *(*)() | ptr | ) |
Definition at line 34 of file ppbox.cpp.
Referenced by generateInsideSchema(), and boxpp::print().

Definition at line 39 of file ppbox.cpp.
References sigDelay1(), sigFloatCast(), and sigIntCast().
Referenced by generateInsideSchema(), and boxpp::print().


Definition at line 47 of file ppbox.cpp.
References sigAdd(), sigAND(), sigAttach(), sigDiv(), sigEQ(), sigFixDelay(), sigGE(), sigGT(), sigLE(), sigLeftShift(), sigLT(), sigMul(), sigNE(), sigOR(), sigPrefix(), sigRem(), sigRightShift(), sigSub(), and sigXOR().
Referenced by generateInsideSchema(), and boxpp::print().


Definition at line 76 of file ppbox.cpp.
References sigReadOnlyTable(), and sigSelect2().
Referenced by generateInsideSchema(), and boxpp::print().


Definition at line 83 of file ppbox.cpp.
References sigSelect3().
Referenced by generateInsideSchema(), and boxpp::print().


Definition at line 89 of file ppbox.cpp.
References sigWriteReadTable().
Referenced by generateInsideSchema(), and boxpp::print().


|
static |
Definition at line 103 of file ppbox.cpp.
References hd(), isNil(), left(), right(), and tl().
Referenced by boxpp::print().


|
static |
Definition at line 96 of file ppbox.cpp.
Referenced by boxpp::print().

|
static |
Definition at line 121 of file ppbox.cpp.
References tree2str().
Referenced by boxpp::print().


|
static |
Definition at line 126 of file ppbox.cpp.
Referenced by boxpp::print().

| int gFloatSize |
Definition at line 153 of file main.cpp.
Referenced by boxpp::print().
1.8.7