Searched refs:FileCheckString (Results 1 – 3 of 3) sorted by relevance
178 struct FileCheckString;185 std::vector<FileCheckString> CheckStrings;
1826 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()
842 struct FileCheckString { struct866 FileCheckString(Pattern &&P, StringRef S, SMLoc L, in FileCheckString() argument