#include <assert.h>#include <stdint.h>#include <dirent.h>#include <string>#include <iostream>#include <sstream>#include "Options.hxx"#include "Version.hxx"#include "UocInfo.hxx"#include "Type.hxx"#include "backend.hxx"#include "inter-pass.hxx"#include "TransitionLexer.hxx"#include <boost/filesystem/operations.hpp>#include "BoostCompat.hxx"#include <libsherpa/util.hxx>#include "pass.def"#include "onepass.def"Go to the source code of this file.
Defines | |
| #define | PASS(nm, short, descrip) { short, &UocInfo::fe_##nm, descrip, false }, |
| #define | ONEPASS(nm, short, descrip) { short, &UocInfo::be_##nm, descrip, false }, |
| #define ONEPASS | ( | nm, | |||
| short, | |||||
| descrip | ) | { short, &UocInfo::be_##nm, descrip, false }, |
| #define PASS | ( | nm, | |||
| short, | |||||
| descrip | ) | { short, &UocInfo::fe_##nm, descrip, false }, |
1.4.7