#include "Options.hxx"Go to the source code of this file.
Namespaces | |
| namespace | Options |
Variables | |
| bool | Options::showParse = false |
| bool | Options::showTypes = false |
| bool | Options::xmlTypes = false |
| bool | Options::showLex = false |
| bool | Options::useStdInc = true |
| bool | Options::useStdLib = true |
| bool | Options::advisory = false |
| bool | Options::rawTvars = false |
| bool | Options::showMaybes = false |
| bool | Options::FQtypes = true |
| bool | Options::showAllTccs = false |
| bool | Options::showPasses = false |
| bool | Options::noPrelude = false |
| Suppress load of the prelude. | |
| bool | Options::dumpAfterMidEnd = false |
| bool | Options::dumpTypesAfterMidEnd = false |
| set< string > | Options::showTypesUocs |
| set< string > | Options::xmlTypesUocs |
| bool | Options::ppFQNS = false |
| bool | Options::ppDecorate = false |
| bool | Options::show_usage = false |
| unsigned | Options::verbose = 0 |
| unsigned | Options::mixfixDebug = 0 |
| FQNameSet | Options::entryPts |
| BackEnd * | Options::backEnd = 0 |
| string | Options::outputFileName |
| vector< filesystem::path > | Options::libDirs |
| vector< filesystem::path > | Options::inputs |
| bool | Options::Wall = false |
| bool | Options::noGC = false |
| bool | Options::noAlloc = false |
| shared_ptr< TvPrinter > | Options::debugTvP = TvPrinter::make() |
| TvPrinter to support debugging output. | |
| bool | Options::heuristicInference = false |
| vector< string > | Options::LinkPreOptionsGCC |
| Options and files that should be passed to GCC before we insert the C file produced by bitcc. | |
| vector< string > | Options::CompilePreOptionsGCC |
| vector< string > | Options::LinkPostOptionsGCC |
| Options and files that should be passed to GCC after we insert the C file produced by bitcc. | |
| vector< filesystem::path > | Options::SystemDirs |
1.4.7