src
|
#include <stddef.h>
#include "src/util/c99_stdint.h"
#include <string>
#include <utility>
#include <vector>
#include "src/codegen/bitmap.h"
#include "src/codegen/go.h"
#include "src/codegen/input_api.h"
#include "src/codegen/label.h"
#include "src/codegen/output.h"
#include "src/codegen/print.h"
#include "src/conf/opt.h"
#include "src/globals.h"
#include "src/ir/adfa/adfa.h"
#include "src/ir/regexp/encoding/enc.h"
Go to the source code of this file.
Namespaces | |
re2c | |
Functions | |
static void | re2c::output_if (OutputFile &o, uint32_t ind, bool &readCh, const std::string &compare, uint32_t value) |
static void | re2c::output_goto (OutputFile &o, uint32_t ind, bool &readCh, label_t to) |
static std::string | re2c::output_yych (bool &readCh) |
static std::string | re2c::output_hgo (OutputFile &o, uint32_t ind, bool &readCh, SwitchIf *hgo) |