Home
last modified time | relevance | path

Searched refs:FileCheckPattern (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h87 class FileCheckPattern {
116 explicit FileCheckPattern(Check::FileCheckType Ty) in FileCheckPattern() function
211 FileCheckPattern Pat;
221 std::vector<FileCheckPattern> DagNotStrings;
223 FileCheckString(const FileCheckPattern &P, StringRef S, SMLoc L) in FileCheckString()
233 const std::vector<const FileCheckPattern *> &NotStrings,
238 std::vector<const FileCheckPattern *> &NotStrings,
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp34 bool FileCheckPattern::ParsePattern(StringRef PatternStr, StringRef Prefix, in ParsePattern()
240 void FileCheckPattern::AddBackrefToRegEx(unsigned BackrefNum) { in AddBackrefToRegEx()
275 size_t FileCheckPattern::Match(StringRef Buffer, size_t &MatchLen, in Match()
353 FileCheckPattern::ComputeMatchDistance(StringRef Buffer, in ComputeMatchDistance()
433 void FileCheckPattern::PrintFuzzyMatch( in PrintFuzzyMatch()
754 std::vector<FileCheckPattern> ImplicitNegativeChecks; in ReadCheckFile()
830 FileCheckPattern P(CheckTy); in ReadCheckFile()
1013 std::vector<const FileCheckPattern *> NotStrings; in Check()
1167 const std::vector<const FileCheckPattern *> &NotStrings, in CheckNot()
1170 for (const FileCheckPattern *Pat : NotStrings) { in CheckNot()
[all …]