Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRegex.cpp27 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 &&regex) { in Regex() function in Regex
H A DTrigramIndex.cpp29 void TrigramIndex::insert(const std::string &Regex) { in insert()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate17.C3 struct Regex { int i; Regex(char *, int); }; argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageFilters.h58 StringRef Regex; variable
61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
H A DCodeCoverage.cpp851 for (const auto &Regex : NameRegexFilters) in run() local
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h59 std::string Regex; member
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp215 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
H A DFuzzerUtilPosix.cpp182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DMultilib.cpp217 MultilibSet &MultilibSet::FilterOut(const char *Regex) { in FilterOut()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h331 std::shared_ptr<llvm::Regex> Regex; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h95 Regex, // Enabled with --regex. enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h454 Regex // Regular expression. enumerator
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp124 llvm::Regex Regex; member in __anonb57c44a60211::RegexDirective
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp183 Regex("regex", variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C852 Regex(const Regex&) {} // no X(X&) in Regex() function
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py21 class Regex(object): class
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp710 std::shared_ptr<llvm::Regex> createAndVerifyRegex(StringRef Regex, in createAndVerifyRegex()