|
OpenADFortTk (basic)
|
#include <fcntl.h>#include <errno.h>#include <sexp.h>#include "Open64IRInterface/Open64BasicTypes.h"#include "cmplrs/rcodes.h"#include "tracing.h"#include "ir_reader.h"#include "Open64IRInterface/WhirlIO.h"#include "Open64IRInterface/IFDiagnostics.h"#include "Diagnostics.h"#include "Exception.h"#include "Args.h"#include "sexp2whirl.h"
Go to the source code of this file.
Functions | |
| static int | real_main (int argc, char **argv) |
| static sexp_t * | ReadWhirlSexp (const char *filename) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 28 of file main.cxx.
References real_main(), fortTkSupport::BaseException::Report(), and CmdLineParser::Exception::Report().

| static sexp_t * ReadWhirlSexp | ( | const char * | filename | ) | [static] |
| static int real_main | ( | int | argc, |
| char ** | argv | ||
| ) | [static] |
Definition at line 49 of file main.cxx.
References Args::debug, Diag_Exit(), Diag_Init(), Diag_Set_Max_Diags(), Diag_Set_Phase(), ReadWhirlSexp(), fortTkSupport::Diagnostics::setDiagnosticFilterLevel(), Args::sexpFileNm, sexp2whirl::TranslateIR(), Args::whirlFileNm, and WriteIR().
Referenced by main().
