
Go to the source code of this file.
Namespaces | |
| namespace | xi |
Data Structures | |
| class | xi::MacroDefinition |
Functions | |
| void | yyrestart (FILE *input_file) |
| int | yyparse (void) |
| int | yyerror (char *) |
| int | xi::macroDefined (const char *str, int istrue) |
| void | xi::splitScopedName (const char *name, const char **scope, const char **basename) |
| FILE * | xi::openFile (char *interfacefile) |
| ModuleList * | xi::Parse (FILE *fp) |
| void | xi::abortxi (char *name) |
| int | main (int argc, char *argv[]) |
Variables | |
| FILE * | yyin |
| xi::ModuleList * | modlist |
| static TList< MacroDefinition * > | xi::macros |
| void yyrestart | ( | FILE * | input_file | ) |
| int yyparse | ( | void | ) |
Referenced by xi::Parse().
| int yyerror | ( | char * | ) |
Definition at line 133 of file xi-main.C.
References xi::abortxi(), xi::fortranMode, xi::ModuleList::genDepends(), xi::ModuleList::generate(), xi::internalMode, xi::macros, xi::openFile(), xi::Parse(), and xi::ModuleList::preprocess().
| FILE* yyin |
Referenced by xi::Parse().
1.5.5