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

/external/llvm/lib/Transforms/Instrumentation/
H A DBlackList.cpp54 std::string Regexp = SplitLine.second; local
55 if (Regexp.empty()) {
61 for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos;
63 Regexp.replace(pos, strlen("*"), ".*");
67 Regex CheckRE(Regexp);
77 Regexps[Prefix] += 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 257 milliseconds