Lines Matching refs:CheckStrings
841 std::vector<CheckString> &CheckStrings) { in ReadCheckFile() argument
933 CheckStrings.empty()) { in ReadCheckFile()
949 CheckStrings.push_back(CheckString(P, in ReadCheckFile()
953 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
960 CheckStrings.push_back(CheckString(Pattern(Check::CheckEOF), in ReadCheckFile()
964 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
967 if (CheckStrings.empty()) { in ReadCheckFile()
1300 std::vector<CheckString> CheckStrings; in main() local
1301 if (ReadCheckFile(SM, CheckStrings)) in main()
1335 unsigned i = 0, j = 0, e = CheckStrings.size(); in main()
1342 const CheckString &CheckLabelStr = CheckStrings[j]; in main()
1363 const CheckString &CheckStr = CheckStrings[i]; in main()