Home | History | Annotate | Download | only in FileCheck

Lines Matching defs:CheckString

577 /// CheckString - This is a check that we found in the input file.
578 struct CheckString {
598 CheckString(const Pattern &P,
822 std::vector<CheckString> &CheckStrings) {
908 CheckStrings.push_back(CheckString(P,
918 CheckStrings.push_back(CheckString(Pattern(Check::CheckEOF),
960 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr,
990 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer,
1035 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const {
1074 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer,
1098 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer,
1222 std::vector<CheckString> CheckStrings;
1264 const CheckString &CheckLabelStr = CheckStrings[j];
1285 const CheckString &CheckStr = CheckStrings[i];