Home | History | Annotate | Download | only in re2

Lines Matching defs:Simplify

7 // Also sort and simplify character classes.
24 Regexp* sre = re->Simplify();
27 // Should not happen, since Simplify never fails.
28 LOG(ERROR) << "Simplify failed on " << src;
99 // Walker subclass used by Simplify.
100 // The simplify walk is purely post-recursive: given the simplified children,
145 Regexp* Regexp::Simplify() {
152 #define Simplify DontCallSimplify // Avoid accidental recursion
291 LOG(ERROR) << "Simplify case not handled: " << re->op();
328 VLOG(1) << "Simplify " << min;