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

Method cc

extern/re2/re2/regexp.h:339–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; }
338 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; }
339 CharClass* cc() { DCHECK_EQ(op_, kRegexpCharClass); return cc_; }
340 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
341 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; }
342 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; }

Callers 7

PostVisitMethod · 0.45
Round3Method · 0.45
PostVisitMethod · 0.45
SimplifyCharClassMethod · 0.45
TopEqualFunction · 0.45
PostVisitMethod · 0.45
DumpRegexpAppendingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected