/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A 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
|
H A D | TrigramIndex.cpp | 28 void TrigramIndex::insert(const std::string &Regex) { in insert()
|
/netbsd-src/external/apache2/llvm/dist/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 | 821 for (const auto &Regex : NameRegexFilters) in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | re.h | 58 Regex() : init_(false) {} in Regex() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | re.h | 63 Regex() : init_(false) {} in Regex() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/ |
H A D | IncludeStyle.h | 58 std::string Regex; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 190 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
H A D | FuzzerUtilPosix.cpp | 146 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Multilib.cpp | 217 MultilibSet &MultilibSet::FilterOut(const char *Regex) { in FilterOut()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 292 std::shared_ptr<llvm::Regex> Regex; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
H A D | CommonConfig.h | 93 Regex, // Enabled with --regex. enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 461 struct Regex(Char) in Regex() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 126 llvm::Regex Regex; member in __anon6a63c2da0211::RegexDirective
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 624 struct Regex(Char) in Regex() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 709 std::shared_ptr<llvm::Regex> createAndVerifyRegex(StringRef Regex, in createAndVerifyRegex()
|