Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h185 std::vector<FileCheckString> CheckStrings; variable
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1956 CheckStrings.empty()) { in readCheckFile()
1974 CheckStrings.emplace_back(std::move(P), UsedPrefix, PatternLoc, in readCheckFile()
2002 CheckStrings.emplace_back( in readCheckFile()
2712 unsigned i = 0, j = 0, e = CheckStrings.size(); in checkInput()
2718 const FileCheckString &CheckLabelStr = CheckStrings[j]; in checkInput()
2744 const FileCheckString &CheckStr = CheckStrings[i]; in checkInput()