Lines Matching refs:CheckString
616 struct CheckString { struct
635 CheckString(const Pattern &P, StringRef S, SMLoc L) in CheckString() argument
867 std::vector<CheckString> &CheckStrings) { in ReadCheckFile()
1033 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
1063 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1112 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
1151 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
1179 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
1201 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
1330 std::vector<CheckString> CheckStrings; in main()
1373 const CheckString &CheckLabelStr = CheckStrings[j]; in main()
1394 const CheckString &CheckStr = CheckStrings[i]; in main()