Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
config_promp.cxx File Reference
#include "config_promp.h"
Include dependency graph for config_promp.cxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PRF   Promp_Flags

Variables

PROMP_FLAGS Promp_Flags
PROMP_FLAGSCurrent_PROMP = &Promp_Flags
static OPTION_DESC Options_PROMP []

Define Documentation

#define PRF   Promp_Flags

Definition at line 80 of file config_promp.cxx.


Variable Documentation

Definition at line 70 of file config_promp.cxx.

Initial value:
{ { OVK_BOOL,   OV_VISIBLE,     FALSE, "",          NULL,
       0, 0, 0, &PRF.enabled,        NULL,
       "Emission of file describing compiler transformations" },
  { OVK_BOOL,   OV_VISIBLE,     FALSE, "owhile",          NULL,
       0, 0, 0, &PRF.owhile,        NULL,
       "Emission of file describing compiler transformations" },
  { OVK_UINT64, OV_VISIBLE,     FALSE, "next_id",          NULL,
       1, 0, INT32_MAX, &PRF.next_id,        NULL,
       "Next construct identifier number to be defined" },
  { OVK_BOOL,   OV_INTERNAL,    FALSE, "show",      NULL,
       0, 0, 0, &PRF.show,           NULL,
       "Show progress of emission of analysis file" },
  { OVK_NAME,   OV_SHY,         FALSE, "anl",               NULL,
       0, 0, 0, &PRF.anl_filename,   NULL,
       "Gives an alternate name for analysis file" },
  { OVK_NAME,   OV_SHY,         FALSE, "src",               NULL,
       0, 0, 0, &PRF.src_filename,   NULL,
       "Gives an alternate name for original file" }, 
  { OVK_COUNT }                     
}

Definition at line 81 of file config_promp.cxx.

Initial value:
{
   FALSE, 
   FALSE, 
   FALSE, 
   NULL,  
   NULL,  
   1ULL,  
   {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, 
}

Definition at line 58 of file config_promp.cxx.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines