src
|
#include <algorithm>
#include <string.h>
#include "src/codegen/bitmap.h"
#include "src/codegen/go.h"
#include "src/codegen/output.h"
#include "src/conf/opt.h"
#include "src/globals.h"
Go to the source code of this file.
Namespaces | |
re2c | |
Functions | |
static void | re2c::doGen (const Go *g, const State *s, uint32_t *bm, uint32_t f, uint32_t m) |
bool | re2c::matches (const Span *b1, uint32_t n1, const State *s1, const Span *b2, uint32_t n2, const State *s2) |