| 1192 | } |
| 1193 | |
| 1194 | Frag Compiler::DotStar() { |
| 1195 | return Star(ByteRange(0x00, 0xff, false), true); |
| 1196 | } |
| 1197 | |
| 1198 | // Compiles RE set to Prog. |
| 1199 | Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { |
no outgoing calls
no test coverage detected