Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp1873 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
2019 CheckStrings->empty()) { in readCheckFile()
2037 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()
2038 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2065 CheckStrings->emplace_back( in readCheckFile()
2068 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2805 unsigned i = 0, j = 0, e = CheckStrings->size(); in checkInput()
2811 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
2837 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()