Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp879 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile() local
944 DagNotMatches.push_back(P); in ReadCheckFile()
953 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
954 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
959 if (!DagNotMatches.empty()) { in ReadCheckFile()
964 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()