Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp684 std::vector<Pattern> DagNotStrings; member
1017 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1026 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1290 if (DagNotStrings.empty()) in CheckDag()
1307 for (auto PatItr = DagNotStrings.begin(), PatEnd = DagNotStrings.end(); in CheckDag()
/external/llvm/utils/FileCheck/
DFileCheck.cpp633 std::vector<Pattern> DagNotStrings; member
984 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
993 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1204 if (DagNotStrings.empty()) in CheckDag()
1210 for (const Pattern &Pat : DagNotStrings) { in CheckDag()