Home
last modified time | relevance | path

Searched defs:Regex (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DRegex.cpp27 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
29 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
42 Regex::Regex(Regex &&regex) { in Regex() function in Regex
DTrigramIndex.cpp33 void TrigramIndex::insert(std::string Regex) { in insert()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
24 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
37 Regex::Regex(Regex &&regex) { in Regex() function in Regex
/external/llvm/tools/llvm-cov/
DCoverageFilters.h46 StringRef Regex; variable
49 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
DCodeCoverage.cpp390 for (const auto &Regex : NameRegexFilters) in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageFilters.h55 StringRef Regex; variable
58 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
DCodeCoverage.cpp719 for (const auto &Regex : NameRegexFilters) in run() local
/external/llvm/include/llvm/Support/
DSpecialCaseList.h57 class Regex; variable
DRegex.h54 Regex(Regex &&regex) { in Regex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSpecialCaseList.h64 class Regex; variable
/external/libcxx/utils/google-benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex() function
/external/google-benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex() function
/external/swiftshader/third_party/LLVM/lib/Support/
DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
/external/llvm/lib/Support/
DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DCommonToken.cs35 using Regex = System.Text.RegularExpressions.Regex; typedef
DBaseRecognizer.cs43 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DCommonToken.cs36 using Regex = System.Text.RegularExpressions.Regex; typedef
DBaseRecognizer.cs42 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs36 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs35 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/libtextclassifier/utils/utf8/
Dunilib_test-include.cc81 TEST_F(UniLibTest, Regex) { in TEST_F() argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStringExtensions.cs37 using Regex = System.Text.RegularExpressions.Regex; typedef
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc175 TEST(AssertDeathSanity, Regex) { in TEST() argument
/external/clang/lib/Driver/
DMultilib.cpp218 MultilibSet &MultilibSet::FilterOut(const char *Regex) { in FilterOut()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp197 llvm::Regex Regex; member in __anon917a8f7a0211::RegexDirective

12