Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h178 struct FileCheckString;
185 std::vector<FileCheckString> CheckStrings;
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1826 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks; in readCheckFile()
1856 std::vector<FileCheckString::DagNotPrefixInfo> DagNotMatches = in readCheckFile()
2203 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
2284 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
2323 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
2345 bool FileCheckString::CheckNot( in CheckNot()
2367 FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
2718 const FileCheckString &CheckLabelStr = CheckStrings[j]; in checkInput()
2744 const FileCheckString &CheckStr = CheckStrings[i]; in checkInput()
H A DFileCheckImpl.h842 struct FileCheckString { struct
866 FileCheckString(Pattern &&P, StringRef S, SMLoc L, in FileCheckString() argument