Home | History | Annotate | Download | only in FileCheck

Lines Matching refs:CheckString

590 /// CheckString - This is a check that we found in the input file.
591 struct CheckString {
611 CheckString(const Pattern &P,
841 std::vector<CheckString> &CheckStrings) {
949 CheckStrings.push_back(CheckString(P,
960 CheckStrings.push_back(CheckString(Pattern(Check::CheckEOF),
1002 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr,
1032 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer,
1081 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const {
1120 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const {
1148 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer,
1172 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer,
1300 std::vector<CheckString> CheckStrings;
1342 const CheckString &CheckLabelStr = CheckStrings[j];
1363 const CheckString &CheckStr = CheckStrings[i];