|
FAUST compiler
0.9.9.6b8
|
#include "tlib.hh"

Go to the source code of this file.
Functions | |
| void | setDefProp (Tree sym, const char *filename, int lineno) |
| const char * | getDefFileProp (Tree sym) |
| int | getDefLineProp (Tree sym) |
| void | yyerror (const char *msg) |
| void | evalerror (const char *filename, int linenum, const char *msg, Tree exp) |
| void | evalerrorbox (const char *filename, int linenum, const char *msg, Tree exp) |
| void | evalwarning (const char *filename, int linenum, const char *msg, Tree exp) |
| void | evalremark (const char *filename, int linenum, const char *msg, Tree exp) |
Variables | |
| int | yylineno = 1 |
| const char * | yyfilename |
| int | gErrorCount |
| void evalerror | ( | const char * | filename, |
| int | linenum, | ||
| const char * | msg, | ||
| Tree | exp | ||
| ) |
Definition at line 40 of file errormsg.cpp.
References gErrorCount, and print().
Referenced by applyList(), eval2double(), eval2int(), evalIdDef(), larg2par(), real_a2sb(), and realeval().


| void evalerrorbox | ( | const char * | filename, |
| int | linenum, | ||
| const char * | msg, | ||
| Tree | exp | ||
| ) |
Definition at line 47 of file errormsg.cpp.
References gErrorCount.
Referenced by applyList().

| void evalremark | ( | const char * | filename, |
| int | linenum, | ||
| const char * | msg, | ||
| Tree | exp | ||
| ) |
Definition at line 59 of file errormsg.cpp.
References print().

| void evalwarning | ( | const char * | filename, |
| int | linenum, | ||
| const char * | msg, | ||
| Tree | exp | ||
| ) |
Definition at line 53 of file errormsg.cpp.
References print().
Referenced by addLayerDef().


| const char* getDefFileProp | ( | Tree | sym | ) |
Definition at line 72 of file errormsg.cpp.
References DEFLINEPROP, getProperty(), hd(), and name().
Referenced by addLayerDef(), evalIdDef(), and realeval().


| int getDefLineProp | ( | Tree | sym | ) |
Definition at line 82 of file errormsg.cpp.
References DEFLINEPROP, Node::getInt(), getProperty(), CTree::node(), and tl().
Referenced by addLayerDef(), evalIdDef(), and realeval().


| void setDefProp | ( | Tree | sym, |
| const char * | filename, | ||
| int | lineno | ||
| ) |
Definition at line 66 of file errormsg.cpp.
References cons(), DEFLINEPROP, setProperty(), and tree().
Referenced by yyparse().


| void yyerror | ( | const char * | msg | ) |
Definition at line 34 of file errormsg.cpp.
References gErrorCount, yyfilename, and yylineno.
Referenced by yyparse().

| int gErrorCount |
Definition at line 31 of file errormsg.cpp.
Referenced by addLayerDef(), evalerror(), evalerrorbox(), main(), printDocDgm(), and yyerror().
| const char* yyfilename |
Definition at line 30 of file errormsg.cpp.
| int yylineno = 1 |
Definition at line 357 of file faustlexer.cpp.
Referenced by eval2double(), eval2int(), and yyerror().
1.8.7