OpenADFortTk (basic)
src/lib/support/SexpTags.cxx File Reference
#include <string>
#include "SexpTags.h"
Include dependency graph for SexpTags.cxx:

Go to the source code of this file.

Namespaces

namespace  SexpTags

Variables

const char * SexpTags::WHIRL = "whirl"
const char * SexpTags::PU_FOREST = "pu_forest"
const char * SexpTags::PU_TREE = "pu_tree"
const char * SexpTags::PU = "pu"
const char * SexpTags::GBL_SYMTAB = "gbl_symtab"
const char * SexpTags::PU_SYMTAB = "pu_symtab"
const char * SexpTags::FILE_INFO = "file_info"
const char * SexpTags::ST_TAB = "st_tab"
const char * SexpTags::TY_TAB = "ty_tab"
const char * SexpTags::PU_TAB = "pu_tab"
const char * SexpTags::FLD_TAB = "fld_tab"
const char * SexpTags::ARB_TAB = "arb_tab"
const char * SexpTags::TYLIST_TAB = "tylist_tab"
const char * SexpTags::TCON_TAB = "tcon_tab"
const char * SexpTags::TCON_STR_TAB = "tcon_str_tab"
const char * SexpTags::INITO_TAB = "inito_tab"
const char * SexpTags::INITV_TAB = "initv_tab"
const char * SexpTags::BLK_TAB = "blk_tab"
const char * SexpTags::ST_ATTR_TAB = "st_attr_tab"
const char * SexpTags::STR_TAB = "str_tab"
const char * SexpTags::PREG_TAB = "preg_tab"
const char * SexpTags::LABEL_TAB = "label_tab"
const char * SexpTags::ST = "st"
const char * SexpTags::TY = "ty"
const char * SexpTags::FLG = "flg"
const char * SexpTags::OFLG = "oflg"
static const char * BLANK_LINE = ";;\n"
static const char * GRAMMAR_SUMMARY = ";; WN_AST ::= (WN_OPR WN_ATTRS WN_AST*) | NULL\n"
static const char * GRAMMAR_SYMTAB_DETAILS = ";; HSTR (helper string) is a (possibly empty) quoted string.\n"
static const char * GRAMMAR_AST_DETAILS = ";; WN_ATTRS ::= ((ATTR1 ...) (ATTR2 ...) (ATTR3 ...) ...)\n"

Variable Documentation

const char* BLANK_LINE = ";;\n" [static]

Definition at line 48 of file SexpTags.cxx.

Referenced by SexpTags::get_grammar().

const char* GRAMMAR_AST_DETAILS = ";; WN_ATTRS ::= ((ATTR1 ...) (ATTR2 ...) (ATTR3 ...) ...)\n" [static]

Definition at line 154 of file SexpTags.cxx.

Referenced by SexpTags::get_grammar().

const char* GRAMMAR_SUMMARY = ";; WN_AST ::= (WN_OPR WN_ATTRS WN_AST*) | NULL\n" [static]

Definition at line 51 of file SexpTags.cxx.

Referenced by SexpTags::get_grammar(), and SexpTags::get_grammar_summary().

const char* GRAMMAR_SYMTAB_DETAILS = ";; HSTR (helper string) is a (possibly empty) quoted string.\n" [static]

Definition at line 61 of file SexpTags.cxx.

Referenced by SexpTags::get_grammar().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines