MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CompileToProg

Method CompileToProg

extern/re2/re2/compile.cc:1186–1188  ·  view source on GitHub ↗

Converts Regexp to Prog.

Source from the content-addressed store, hash-verified

1184
1185// Converts Regexp to Prog.
1186Prog* Regexp::CompileToProg(int64_t max_mem) {
1187 return Compiler::Compile(this, false, max_mem);
1188}
1189
1190Prog* Regexp::CompileToReverseProg(int64_t max_mem) {
1191 return Compiler::Compile(this, true, max_mem);

Callers 15

InitMethod · 0.80
TESTFunction · 0.80
DEFINE_FLAGFunction · 0.80
TESTFunction · 0.80
TestInstanceMethod · 0.80
TESTFunction · 0.80
DumpByteMapFunction · 0.80
DumpFunction · 0.80
TestFunction · 0.80
MemoryUsageFunction · 0.80
SimplifyCompileRegexpFunction · 0.80
CompileRegexpFunction · 0.80

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.64
DEFINE_FLAGFunction · 0.64
TESTFunction · 0.64
TestInstanceMethod · 0.64
TESTFunction · 0.64
DumpByteMapFunction · 0.64
DumpFunction · 0.64
TestFunction · 0.64