#include "config_promp.h"

Go to the source code of this file.
Defines | |
| #define | PRF Promp_Flags |
Variables | |
| PROMP_FLAGS | Promp_Flags |
| PROMP_FLAGS * | Current_PROMP = &Promp_Flags |
| static OPTION_DESC | Options_PROMP [] |
| #define PRF Promp_Flags |
Definition at line 80 of file config_promp.cxx.
Definition at line 70 of file config_promp.cxx.
OPTION_DESC Options_PROMP[] [static] |
{ { 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.
{
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.
1.7.1