Lines Matching full:re2
1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
10 #include "re2/regexp.h"
11 #include "re2/walker-inl.h"
13 namespace re2 {
118 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
295 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2,
303 subs[1] = re2;
393 } // namespace re2