Lines Matching refs:CheckString
589 struct CheckString { struct
609 CheckString(const Pattern &P, in CheckString() argument
837 std::vector<CheckString> &CheckStrings) { in ReadCheckFile()
996 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
1026 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1075 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
1114 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
1142 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
1164 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
1286 std::vector<CheckString> CheckStrings; in main()
1328 const CheckString &CheckLabelStr = CheckStrings[j]; in main()
1349 const CheckString &CheckStr = CheckStrings[i]; in main()