#include <stdio.h>#include <stdlib.h>#include <cmplrs/rcodes.h>#include "wfe_misc.h"#include "glob.h"

Go to the source code of this file.
Functions/Subroutines | |
| const char * | gnu_init (INT argc, char **argv, char **envp) |
| void | WFE_Expand_Top_Level_Decl (struct tree *) |
| void | weak_finish () |
| void | WFE_Compile_File (struct tree *decl) |
| void | compile_file (const char *) |
| void | check_gnu_errors (INT *, INT *) |
| int | main (INT argc, char **argv, char **envp) |
Variables | |
| static INT | argc_save |
| static char ** | argv_save |
| static char ** | envp_save |
| INT32 | Opt_Level |
| BOOL | Enable_WFE_DFE |
| static int | WFE_Compile_File_Invoked = 0 |
| void(* | back_end_hook )(struct tree *) = &WFE_Compile_File |
Referenced by main(), WFE_Expand_Top_Level_Decl(), and WGEN_Expand_Top_Level_Decl().
| void compile_file | ( | const char * | ) |
Definition at line 65 of file main.c.
References argc_save, argv_save, envp_save, weak_finish(), WFE_Compile_File_Invoked, WFE_Expand_Top_Level_Decl(), WFE_File_Finish(), WFE_File_Init(), WFE_Finish(), and WFE_Init().
Referenced by WFE_Compile_File().
char** argv_save [static] |
| void(* back_end_hook)(struct tree *) = &WFE_Compile_File |
Referenced by finish_file().
char** envp_save [static] |
Definition at line 919 of file config.cxx.
int WFE_Compile_File_Invoked = 0 [static] |
1.5.6