#include <string>
#include "util/util.h"
#include "util/logging.h"
#include "util/pod_array.h"
#include "util/utf.h"
#include "re2/regexp.h"
#include "re2/walker-inl.h"
Go to the source code of this file.
Classes | |
class | re2::CoalesceWalker |
class | re2::SimplifyWalker |
Namespaces | |
re2 | |
Macros | |
#define | Simplify DontCallSimplify |
Functions | |
static bool | re2::ChildArgsChanged (Regexp *re, Regexp **child_args) |
#define Simplify DontCallSimplify |
Definition at line 190 of file bloaty/third_party/re2/re2/simplify.cc.