Searched defs:Simplify (Results 1 - 2 of 2) sorted by relevance

/external/regex-re2/re2/
H A Dsimplify.cc24 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.
145 Regexp* Regexp::Simplify() { function in class:re2::Regexp
152 #define Simplify DontCallSimplify // Avoid accidental recursion macro
291 LOG(ERROR) << "Simplify case not handled: " << re->op();
328 VLOG(1) << "Simplify " << min;
H A Dprefilter.cc41 // Simplify if the node is an empty Or or And.
42 Prefilter* Prefilter::Simplify() { function in class:re2::Prefilter
62 return a->Simplify();
73 a = a->Simplify();
74 b = b->Simplify();
654 Regexp* simple = re->Simplify();

Completed in 79 milliseconds