Searched refs:RegExStr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp864 RegExStr = "(\n$)";
877 RegExStr += '^';
879 RegExStr += " *";
904 RegExStr += '(';
909 RegExStr += ')';
951 size_t SubstInsertIdx = RegExStr.size();
1032 RegExStr += '(';
1063 RegExStr += ')';
1096 RegExStr += Regex::escape(PatternStr.substr(0, FixedMatchEnd));
1102 RegExStr
[all...]
H A DFileCheckImpl.h360 /// Class representing a substitution to perform in the RegExStr string.
375 // Index in RegExStr of where to do the substitution.
388 /// \returns the index where the substitution is to be performed in RegExStr.
558 std::string RegExStr; member in class:llvm::Pattern
561 /// an expression in the RegExStr regex at match time. For example, in the
563 /// RegExStr will contain "foobaz" and we'll get two entries in this vector
569 /// their parenthesis group in RegExStr capturing their last definition.
572 /// RegExStr will be "foo(.*)baz(\1<quux value>(.*))" where <quux value> is
584 /// number of the parenthesis group in RegExStr to capture that value.
590 /// Number of the parenthesis group in RegExStr tha
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp238 StringRef RegExStr = ExtractRegExpFuncs[i]; local
239 Regex RegEx(RegExStr);

Completed in 75 milliseconds