|
OpenADFortTk (basic)
|
#include <iostream>#include <fstream>#include <string>#include <OpenAnalysis/Utils/Exception.hpp>#include "Open64IRInterface/Open64BasicTypes.h"#include "cmplrs/rcodes.h"#include "tracing.h"#include "ir_reader.h"#include "Open64IRInterface/WhirlIO.h"#include "Open64IRInterface/IFDiagnostics.h"#include "Exception.h"#include "Args.h"#include "tester.h"#include "file_util.h"
Go to the source code of this file.
Functions | |
| static int | real_main (int argc, char **argv) |
| static void | OpenFile (std::ofstream &fs, const char *filename) |
| static void | CloseFile (std::ofstream &fs) |
| int | main (int argc, char **argv) |
| static int | real_main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 34 of file main.cxx.
References real_main(), fortTkSupport::BaseException::Report(), and CmdLineParser::Exception::Report().

| static void OpenFile | ( | std::ofstream & | fs, |
| const char * | filename | ||
| ) | [static] |
| static int real_main | ( | int | argc, |
| char ** | argv | ||
| ) | [static] |
| static int real_main | ( | int | argc, |
| char * | argv[] | ||
| ) | [static] |
Definition at line 58 of file main.cxx.
References Diag_Exit(), Diag_Init(), Diag_Set_Max_Diags(), Diag_Set_Phase(), Args::dumpIR, DumpIR(), FreeIR(), PrepareIR(), ReadIR(), Args::runMode, whirltester::TestIR(), whirltester::TestIR_OA(), whirltester::TestIR_whirl2f(), and Args::whirlFileNm.
