Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp24 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
26 Regex::Regex(StringRef regex, RegexFlags Flags) { in Regex() function in Regex
39 Regex::Regex(StringRef regex, unsigned Flags) in Regex() function in Regex
42 Regex function in Regex
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h58 StringRef Regex; variable
61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
H A DCodeCoverage.cpp891 for (const auto &Regex : NameRegexFilters) in run() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h59 std::string Regex; member
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
H A DFuzzerUtilWindows.cpp220 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilibBuilder.cpp176 MultilibSetBuilder &MultilibSetBuilder::FilterOut(const char *Regex) { in FilterOut()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h346 std::shared_ptr<llvm::Regex> Regex; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h89 Regex, // Enabled with --regex. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h454 Regex // Regular expression. enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp124 llvm::Regex Regex; member in __anonf81695cf0211::RegexDirective