/openbsd-src/gnu/llvm/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 | 29 void TrigramIndex::insert(const std::string &Regex) { in insert()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | template17.C | 3 struct Regex { int i; Regex(char *, int); }; argument
|
/openbsd-src/gnu/llvm/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 | 851 for (const auto &Regex : NameRegexFilters) in run() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | IncludeStyle.h | 59 std::string Regex; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 215 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
H A D | FuzzerUtilPosix.cpp | 182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | Multilib.cpp | 217 MultilibSet &MultilibSet::FilterOut(const char *Regex) { in FilterOut()
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 331 std::shared_ptr<llvm::Regex> Regex; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 95 Regex, // Enabled with --regex. enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 454 Regex // Regular expression. enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 124 llvm::Regex Regex; member in __anonb57c44a60211::RegexDirective
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
H A D | lldb-test.cpp | 183 Regex("regex", variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p784.C | 852 Regex(const Regex&) {} // no X(X&) in Regex() function
|
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 21 class Regex(object): class
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 710 std::shared_ptr<llvm::Regex> createAndVerifyRegex(StringRef Regex, in createAndVerifyRegex()
|