Searched refs:CheckStrings (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | FileCheck.cpp | 753 std::vector<FileCheckString> &CheckStrings) { in ReadCheckFile() argument 848 CheckStrings.empty()) { in ReadCheckFile() 866 CheckStrings.emplace_back(P, UsedPrefix, PatternLoc); in ReadCheckFile() 867 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile() 874 CheckStrings.emplace_back(FileCheckPattern(Check::CheckEOF), *Req.CheckPrefixes.begin(), in ReadCheckFile() 876 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile() 879 if (CheckStrings.empty()) { in ReadCheckFile() 1384 ArrayRef<FileCheckString> CheckStrings, in CheckInput() argument 1394 unsigned i = 0, j = 0, e = CheckStrings.size(); in CheckInput() 1400 const FileCheckString &CheckLabelStr = CheckStrings[j]; in CheckInput() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileCheck.h | 264 std::vector<FileCheckString> &CheckStrings); 278 ArrayRef<FileCheckString> CheckStrings,
|