Home
last modified time | relevance | path

Searched refs:CheckStrings (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/FileCheck/
DFileCheck.cpp841 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()
[all …]