Lines Matching refs:CheckStrings
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()
1423 const FileCheckString &CheckStr = CheckStrings[i]; in CheckInput()