OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Args.cxx File Reference
#include <cstdlib>
#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 31 of file Args.cxx.

Variable Documentation

const char* usage_details
static
Initial value:
=
"Given a WHIRL file, generates S-expressions representing the IR. By\n"
"default, output is sent to stdout.\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"
" -n, --noCleanUp only for development: do not perform whirl cleanup \n"
" needed for OpenAD\n"
" --debug [lvl] only for development: debug mode at level `lvl'\n"

Definition at line 18 of file Args.cxx.

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

Definition at line 15 of file Args.cxx.

const char* version_info = "version .289"
static

Definition at line 13 of file Args.cxx.