Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h209 struct FileCheckString { struct
223 FileCheckString(const FileCheckPattern &P, StringRef S, SMLoc L) in FileCheckString() argument
264 std::vector<FileCheckString> &CheckStrings);
278 ArrayRef<FileCheckString> CheckStrings,
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp753 std::vector<FileCheckString> &CheckStrings) { in ReadCheckFile()
929 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch()
975 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch()
1007 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1090 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
1136 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
1165 bool FileCheckString::CheckNot( in CheckNot()
1193 FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
1384 ArrayRef<FileCheckString> CheckStrings, in CheckInput()
1400 const FileCheckString &CheckLabelStr = CheckStrings[j]; in CheckInput()
[all …]