Go to the source code of this file.
|
static std::string | re2c::genGetCondition () |
|
static void | re2c::genCondGotoSub (OutputFile &o, uint32_t ind, const std::vector< std::string > &condnames, uint32_t cMin, uint32_t cMax) |
|
static void | re2c::genCondTable (OutputFile &o, uint32_t ind, const std::vector< std::string > &condnames) |
|
static void | re2c::genCondGoto (OutputFile &o, uint32_t ind, const std::vector< std::string > &condnames) |
|
static void | re2c::emit_state (OutputFile &o, uint32_t ind, const State *s, bool used_label) |
|
void | re2c::genGoTo (OutputFile &o, uint32_t ind, const State *from, const State *to, bool &readCh) |
|