Searched defs:Regex (Results 1 - 13 of 13) sorted by relevance

/external/google-benchmark/src/
H A Dre_std.cc19 Regex::Regex() : init_(false) { } function in class:benchmark::Regex
21 bool Regex::Init(const std::string& spec, std::string* error) {
34 Regex::~Regex() { }
36 bool Regex::Match(const std::string& str) {
H A Dre.h33 class Regex { class in namespace:benchmark
35 Regex();
36 ~Regex();
H A Dre_posix.cc20 Regex::Regex() : init_(false) { } function in class:benchmark::Regex
22 bool Regex::Init(const std::string& spec, std::string* error) {
45 Regex::~Regex() {
51 bool Regex::Match(const std::string& str) {
/external/llvm/lib/Support/
H A DRegex.cpp1 //===-- Regex.cpp - Regular Expression matcher implementation -------------===//
14 #include "llvm/Support/Regex.h"
22 Regex::Regex(StringRef regex, unsigned Flags) { function in class:Regex
35 Regex::~Regex() {
42 bool Regex::isValid(std::string &Error) {
55 unsigned Regex::getNumMatches() const {
59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){
98 std::string Regex
[all...]
/external/llvm/include/llvm/Support/
H A DRegex.h1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex { class in namespace:llvm
46 /// Compiles the given regular expression \p Regex.
47 Regex(StringRef Regex, unsigned Flags = NoFlags);
48 Regex(const Regex &) = delete;
49 Regex &operator=(Regex regex) {
54 Regex(Rege function in class:llvm::Regex
[all...]
/external/llvm/tools/llvm-cov/
H A DCoverageFilters.h46 StringRef Regex; member in class:llvm::NameRegexCoverageFilter
49 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} argument
/external/clang/lib/Driver/
H A DMultilib.cpp23 #include "llvm/Support/Regex.h"
218 MultilibSet &MultilibSet::FilterOut(const char *Regex) { argument
219 llvm::Regex R(Regex);
/external/protobuf/python/
H A Dmox.py904 class Regex(Comparator): class in inherits:Comparator
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py1512 class Regex(Comparator): class in inherits:Comparator
/external/chromium-trace/catapult/third_party/mox3/mox3/
H A Dmox.py1512 class Regex(Comparator): class in inherits:Comparator
/external/clang/include/clang/Format/
H A DFormat.h364 std::string Regex; member in struct:clang::format::FormatStyle::IncludeCategory
368 return Regex == Other.Regex && Priority == Other.Priority;
391 /// - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
393 /// - Regex: '^(<|"(gtest|isl|json)/)'
395 /// - Regex: '.*'
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp22 #include "llvm/Support/Regex.h"
186 Regex(RegexStr) { }
189 if (Regex.isValid(Error))
195 return Regex.match(S);
199 llvm::Regex Regex; member in class:__anon1409::RegexDirective
916 RegexStr += llvm::Regex::escape(S.substr(0, VerbatimMatchLength));
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...

Completed in 120 milliseconds