Searched defs:Regexp (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Support/
H A DSpecialCaseList.cpp107 std::string Regexp = SplitRegexp.first; local
110 // See if we can store Regexp in Strings.
111 if (Regex::isLiteralERE(Regexp)) {
112 Entries[Prefix][Category].Strings.insert(Regexp);
117 for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos;
119 Regexp.replace(pos, strlen("*"), ".*");
123 Regex CheckRE(Regexp);
134 Regexps[Prefix][Category] += "^" + Regexp + "$";
/external/regex-re2/re2/
H A Dregexp.cc16 Regexp::Regexp(RegexpOp op, ParseFlags parse_flags) function in class:re2::Regexp
32 Regexp::~Regexp() {
34 LOG(DFATAL) << "Regexp not destroyed.";
54 bool Regexp::QuickDestroy() {
62 static map<Regexp*, int> *ref_map;
65 int Regexp::Ref() {
79 Regexp* Regexp
[all...]
H A Dre2.h195 class Regexp;
293 // Returns the underlying Regexp; not for general use.
296 re2::Regexp* Regexp() const { return entire_regexp_; } function in class:re2::RE2
709 re2::Regexp* entire_regexp_; // parsed regular expression
710 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed
H A Dregexp.h17 // Any operation that traverses the Regexp structures should be written
18 // using Regexp::Walker (see walker-inl.h), not recursively, because deeply nested
27 // Regexp::Parse parses regular expressions encoded in UTF-8.
39 // Regexp::Parse. In particular, many of the basic Perl additions
42 // If parsed with the flag Regexp::Latin1, both the regular expression
48 // Once Regexp has parsed a regular expression, it provides methods
53 // To call a sublibrary, Regexp does not simply prepare a
55 // sublibrary. Instead, Regexp prepares, from its own parsed form, the
61 // to be that used by Regexp's parser, not the syntax expected
62 // by the sublibrary. Regexp migh
267 class Regexp { class in namespace:re2
[all...]
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 183 milliseconds