Searched refs:CheckStrings (Results 1 – 2 of 2) sorted by relevance
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
1770 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()1919 CheckStrings->empty()) { in readCheckFile()1937 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()1938 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()1965 CheckStrings->emplace_back( in readCheckFile()1968 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()2679 unsigned i = 0, j = 0, e = CheckStrings->size(); in checkInput()2685 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()2711 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()