/external/rust/crates/regex-automata/src/ |
D | regex.rs | 58 pub struct Regex<D: DFA = DenseDFA<Vec<usize>, usize>> { struct 73 /// The type of the DFA used by a `Regex` corresponds to the `D` type argument 109 pub struct Regex<D> { struct 115 impl Regex { implementation 137 pub fn new(pattern: &str) -> Result<Regex> { in new() 143 impl Regex<SparseDFA<Vec<u8>, usize>> { implementation 172 impl<D: DFA> Regex<D> { impl 487 pub fn build(&self, pattern: &str) -> Result<Regex> { in build()
|
/external/llvm-project/llvm/lib/Support/ |
D | Regex.cpp | 27 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex 29 Regex::Regex(StringRef regex, RegexFlags Flags) { in Regex() function in Regex 42 Regex::Regex(StringRef regex, unsigned Flags) in Regex() function in Regex 45 Regex::Regex(Regex &®ex) { in Regex() function in Regex
|
D | TrigramIndex.cpp | 28 void TrigramIndex::insert(std::string Regex) { in insert()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Regex.cpp | 22 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 &®ex) { in Regex() function in Regex
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Regex.cpp | 26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex 28 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex 41 Regex::Regex(Regex &®ex) { in Regex() function in Regex
|
D | TrigramIndex.cpp | 32 void TrigramIndex::insert(std::string Regex) { in insert()
|
/external/llvm/tools/llvm-cov/ |
D | CoverageFilters.h | 46 StringRef Regex; variable 49 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
|
/external/rust/crates/regex/src/ |
D | re_bytes.rs | 78 pub struct Regex(Exec); struct 80 impl fmt::Display for Regex { implementation 87 impl fmt::Debug for Regex { implementation 98 impl From<Exec> for Regex { implementation 99 fn from(exec: Exec) -> Regex { in from() 104 impl FromStr for Regex { implementation 108 fn from_str(s: &str) -> Result<Regex, Error> { in from_str() 114 impl Regex { impl 119 pub fn new(re: &str) -> Result<Regex, Error> { in new() 534 impl Regex { implementation [all …]
|
D | re_unicode.rs | 137 pub struct Regex(Exec); struct 139 impl fmt::Display for Regex { implementation 146 impl fmt::Debug for Regex { implementation 154 impl From<Exec> for Regex { implementation 155 fn from(exec: Exec) -> Regex { in from() 160 impl FromStr for Regex { implementation 164 fn from_str(s: &str) -> Result<Regex, Error> { in from_str() 170 impl Regex { implementation 175 pub fn new(re: &str) -> Result<Regex, Error> { in new() 593 impl Regex { implementation [all …]
|
D | pattern.rs | 12 impl<'r, 't> Pattern<'t> for &'r Regex { implementation
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageFilters.h | 58 StringRef Regex; variable 61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | GlobList.h | 42 llvm::Regex Regex; member
|
/external/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 57 class Regex; variable
|
D | Regex.h | 54 Regex(Regex &®ex) { in Regex() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 64 class Regex; variable
|
/external/google-benchmark/src/ |
D | re.h | 63 Regex() : init_(false) {} in Regex() function
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | re.h | 58 Regex() : init_(false) {} in Regex() function
|
/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 63 Regex() : init_(false) {} in Regex() function
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | re.h | 63 Regex() : init_(false) {} in Regex() function
|
/external/llvm-project/clang/include/clang/Tooling/Inclusions/ |
D | IncludeStyle.h | 58 std::string Regex; member
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 22 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | CommonToken.cs | 36 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | CommonToken.cs | 35 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeParser.cs | 36 using Regex = System.Text.RegularExpressions.Regex; typedef
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeParser.cs | 35 using Regex = System.Text.RegularExpressions.Regex; typedef
|