Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DRegex.cpp27 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 &&regex) { in Regex() function in Regex
H A DTrigramIndex.cpp28 void TrigramIndex::insert(const std::string &Regex) { in insert()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageFilters.h58 StringRef Regex; variable
61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
H A DCodeCoverage.cpp821 for (const auto &Regex : NameRegexFilters) in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dre.h58 Regex() : init_(false) {} in Regex() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dre.h63 Regex() : init_(false) {} in Regex() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h58 std::string Regex; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp190 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
H A DFuzzerUtilPosix.cpp146 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DMultilib.cpp217 MultilibSet &MultilibSet::FilterOut(const char *Regex) { in FilterOut()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h292 std::shared_ptr<llvm::Regex> Regex; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h93 Regex, // Enabled with --regex. enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d461 struct Regex(Char) in Regex() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp126 llvm::Regex Regex; member in __anon6a63c2da0211::RegexDirective
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d624 struct Regex(Char) in Regex() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp709 std::shared_ptr<llvm::Regex> createAndVerifyRegex(StringRef Regex, in createAndVerifyRegex()