Searched refs:FileCheckString (Results 1 – 3 of 3) sorted by relevance
176 struct FileCheckString;184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
1770 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()1789 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks; in readCheckFile()1819 std::vector<FileCheckString::DagNotPrefixInfo> DagNotMatches = in readCheckFile()2166 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()2247 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()2286 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()2308 bool FileCheckString::CheckNot( in CheckNot()2330 FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()2685 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()2711 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
816 struct FileCheckString { struct840 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() argument