OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Args.cxx File Reference
#include "Open64IRInterface/Open64BasicTypes.h"
#include "file_util.h"
#include "Args.h"
Include dependency graph for Args.cxx:

Go to the source code of this file.

Macros

#define CLP   CmdLineParser
 

Variables

static const char * version_info = "version .289"
 
static const char * usage_summary
 
static const char * usage_details
 

Macro Definition Documentation

#define CLP   CmdLineParser

Definition at line 36 of file Args.cxx.

Variable Documentation

const char* usage_details
static
Initial value:
=
"Given a WHIRL S-expression file, generates a WHIRL binary file. By\n"
"default, output is sent to the filename formed by replacing the extension\n"
"of <whirl-sexp-file> with 's2w.B'.\n"
"\n"
"Options:\n"
" -o, --output <file> send output to <file> instead of stdout\n"
" -V, --version print version information\n"
" -h, --help print this help\n"
" --debug [lvl] debug mode at level `lvl'\n"

Definition at line 24 of file Args.cxx.

Referenced by Args::PrintUsage().

const char* usage_summary
static
Initial value:
=
"[options] <whirl-sexp-file>\n"

Definition at line 21 of file Args.cxx.

Referenced by Args::PrintUsage().

const char* version_info = "version .289"
static

Definition at line 19 of file Args.cxx.

Referenced by Args::PrintVersion().