|
src
|
#include <go.h>

Public Member Functions | |
| CpgotoTable (const Span *span, uint32_t nSpans) | |
| ~CpgotoTable () | |
| void | emit (OutputFile &o, uint32_t ind) |
| void | used_labels (std::set< label_t > &used) |
Public Attributes | |
| const State ** | table |
Static Public Attributes | |
| static const uint32_t | TABLE_SIZE = 0x100 |
| re2c::CpgotoTable::CpgotoTable | ( | const Span * | span, |
| uint32_t | nSpans | ||
| ) |
Definition at line 160 of file go_construct.cc.
| re2c::CpgotoTable::~CpgotoTable | ( | ) |
Definition at line 62 of file go_destruct.cc.
| void re2c::CpgotoTable::emit | ( | OutputFile & | o, |
| uint32_t | ind | ||
| ) |
Definition at line 195 of file go_emit.cc.


| void re2c::CpgotoTable::used_labels | ( | std::set< label_t > & | used | ) |
1.8.10