Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1852 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
1988 CheckStrings->empty()) { in readCheckFile()
2006 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()
2007 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2034 CheckStrings->emplace_back( in readCheckFile()
2037 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
2774 unsigned i = 0, j = 0, e = CheckStrings->size(); in checkInput()
2780 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
2806 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()