|
src
|
#include <go.h>

Public Member Functions | |
| Binary (const Span *s, uint32_t n, const State *next) | |
| ~Binary () | |
| void | emit (OutputFile &o, uint32_t ind, bool &readCh) |
| void | used_labels (std::set< label_t > &used) |
| FORBID_COPY (Binary) | |
Public Attributes | |
| Cond * | cond |
| If * | thn |
| If * | els |
Definition at line 51 of file go_construct.cc.
| re2c::Binary::~Binary | ( | ) |
Definition at line 15 of file go_destruct.cc.
| void re2c::Binary::emit | ( | OutputFile & | o, |
| uint32_t | ind, | ||
| bool & | readCh | ||
| ) |
Definition at line 109 of file go_emit.cc.

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