Home
last modified time | relevance | path

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

/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()