Searched refs:FileCheckString (Results 1 – 3 of 3) sorted by relevance
176 struct FileCheckString;184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
1768 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()1787 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks; in readCheckFile()1817 std::vector<FileCheckString::DagNotPrefixInfo> DagNotMatches = in readCheckFile()2164 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()2245 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()2284 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()2306 bool FileCheckString::CheckNot( in CheckNot()2328 FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()2683 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()2709 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
816 struct FileCheckString { struct840 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() argument