Searched defs:ParseFlags (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp112 static void ParseFlags(int argc, char **argv) { function in namespace:fuzzer
188 ParseFlags(argc, argv);
/external/regex-re2/re2/
H A Dre2.cc131 int RE2::Options::ParseFlags() const { function in class:re2::RE2::Options
190 static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
H A Dregexp.h271 enum ParseFlags { enum in class:re2::Regexp
316 enum ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); }
345 static Regexp* Parse(const StringPiece& s, ParseFlags flags,
361 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
386 static Regexp* Plus(Regexp* sub, ParseFlags flags);
387 static Regexp* Star(Regexp* sub, ParseFlags flags);
388 static Regexp* Quest(Regexp* sub, ParseFlags flags);
389 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flag
[all...]

Completed in 123 milliseconds