| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Regex.cpp | 24 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 D | CoverageFilters.h | 58 StringRef Regex; variable 61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
|
| H A D | CodeCoverage.cpp | 906 for (const auto &Regex : NameRegexFilters) in run() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | IncludeStyle.h | 59 std::string Regex; member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilPosix.cpp | 182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
| H A D | FuzzerUtilWindows.cpp | 220 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Multilib.cpp | 283 const llvm::Regex Regex(RegexString); in expandFlags() local 385 llvm::Regex Regex(M.Match); in validate() local
|
| H A D | MultilibBuilder.cpp | 172 MultilibSetBuilder &MultilibSetBuilder::FilterOut(const char *Regex) { in FilterOut()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | CallSiteInfo.cpp | 209 for (const auto &Regex : CallSiteYAML.match_regex) { in processYAMLFunctions() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 362 std::shared_ptr<llvm::Regex> Regex; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 457 Regex // Regular expression. enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 90 Regex, // Enabled with --regex. enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 125 llvm::Regex Regex; member in __anonf81695cf0211::RegexDirective
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1185 const Init *Regex; variable 1187 InstancesOpInit(const RecTy *Type, const Init *Regex) in InstancesOpInit()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 735 std::shared_ptr<llvm::Regex> createAndVerifyRegex(StringRef Regex, in createAndVerifyRegex()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2211 const Init *Regex) { in ProfileInstancesOpInit() 2217 const Init *Regex) { in get()
|
| H A D | TGParser.cpp | 1463 const Init *Regex; in ParseOperation() local
|