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

/external/google-benchmark/src/
H A Dre.h44 class Regex { class in namespace:benchmark
46 Regex() : init_(false) {} function in class:benchmark::Regex
48 ~Regex();
73 inline bool Regex::Init(const std::string& spec, std::string* error) {
91 inline Regex::~Regex() {}
93 inline bool Regex::Match(const std::string& str) {
101 inline bool Regex::Init(const std::string& spec, std::string* error) {
124 inline Regex::~Regex() {
[all...]
/external/libcxx/utils/google-benchmark/src/
H A Dre.h35 class Regex { class in namespace:benchmark
37 Regex() : init_(false) {} function in class:benchmark::Regex
39 ~Regex();
64 inline bool Regex::Init(const std::string& spec, std::string* error) {
77 inline Regex::~Regex() {}
79 inline bool Regex::Match(const std::string& str) {
87 inline bool Regex::Init(const std::string& spec, std::string* error) {
110 inline Regex::~Regex() {
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DRegex.h1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
25 class Regex { class in namespace:llvm
39 /// Compiles the given POSIX Extended Regular Expression \arg Regex.
42 Regex(StringRef Regex, unsigned Flags = NoFlags);
43 ~Regex();
/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/swiftshader/third_party/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
33 Regex::~Regex() {
38 bool Regex::isValid(std::string &Error) {
51 unsigned Regex::getNumMatches() const {
55 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){
94 std::string Regex
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp1 //===-- Regex.cpp - Regular Expression matcher implementation -------------===//
14 #include "llvm/Support/Regex.h"
22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} function in class:Regex
24 Regex::Regex(StringRef regex, unsigned Flags) { function in class:Regex
37 Regex::Regex(Regex &&regex) { function in class:Regex
44 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DRegex.h1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex { class in namespace:llvm
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex rege
[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/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp22 #include "llvm/Support/Regex.h"
186 Regex(RegexStr) { }
189 return Regex.isValid(Error);
193 return Regex.match(S);
197 llvm::Regex Regex; member in class:__anon1397::RegexDirective
914 RegexStr += llvm::Regex::escape(S.substr(0, VerbatimMatchLength));
/external/clang/include/clang/Format/
H A DFormat.h372 std::string Regex; member in struct:clang::format::FormatStyle::IncludeCategory
376 return Regex == Other.Regex && Priority == Other.Priority;
399 /// - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
401 /// - Regex: '^(<|"(gtest|isl|json)/)'
403 /// - Regex: '.*'
/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 521 milliseconds