Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1768 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
1917 CheckStrings->empty()) { in readCheckFile()
1935 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()
1936 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1963 CheckStrings->emplace_back( in readCheckFile()
1966 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2677 unsigned i = 0, j = 0, e = CheckStrings->size(); in checkInput()
2683 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
2709 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()