Home
last modified time | relevance | path

Searched defs:Regex (Results 1 – 17 of 17) 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.cpp906 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 DMultilib.cpp283 const llvm::Regex Regex(RegexString); in expandFlags() local
385 llvm::Regex Regex(M.Match); in validate() local
H A DMultilibBuilder.cpp172 MultilibSetBuilder &MultilibSetBuilder::FilterOut(const char *Regex) { in FilterOut()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DCallSiteInfo.cpp209 for (const auto &Regex : CallSiteYAML.match_regex) { in processYAMLFunctions() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h362 std::shared_ptr<llvm::Regex> Regex; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h457 Regex // Regular expression. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h90 Regex, // Enabled with --regex. enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp125 llvm::Regex Regex; member in __anonf81695cf0211::RegexDirective
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1185 const Init *Regex; variable
1187 InstancesOpInit(const RecTy *Type, const Init *Regex) in InstancesOpInit()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp735 std::shared_ptr<llvm::Regex> createAndVerifyRegex(StringRef Regex, in createAndVerifyRegex()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2211 const Init *Regex) { in ProfileInstancesOpInit()
2217 const Init *Regex) { in get()
H A DTGParser.cpp1463 const Init *Regex; in ParseOperation() local