Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp905 std::vector<Pattern> DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile() local
978 DagNotMatches.push_back(P); in ReadCheckFile()
984 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
985 DagNotMatches = ImplicitNegativeChecks; in ReadCheckFile()
990 if (!DagNotMatches.empty()) { in ReadCheckFile()
993 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()